aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-04-09 13:33:24 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-04-09 13:33:26 -0700
commitf2f0016a11076426ecf6b335ec08a0f8a946473c (patch)
treecdc3cb2a24b12ebaaa2485be83f3320e6070e237 /CHANGELOG.md
parentac4d748d8ba930a1961c7353a6eebeb1f8f724cd (diff)
downloadfatcat-f2f0016a11076426ecf6b335ec08a0f8a946473c.tar.gz
fatcat-f2f0016a11076426ecf6b335ec08a0f8a946473c.zip
update CHANGELOG and TODO for v0.2.1
Don't intend to increment API version (because it hasn't changed); git revs in workers should be good enough.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 19 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e8312fe..9f87d5f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,12 +16,28 @@ See also:
## [Unreleased]
-- expanded example entities in SQL schema
-- updated rust (cargo) dependencies; depend on rust 1.32+
-- many tweaks to webface and guide
+## [0.2.1] - 2019-04-09
+
+No API or SQL schema changes in this release. Macaroon generation and
+verification way broken; all non-CLI-generated tokens will need to be
+regenerated (eg, log-out, log-in).
+
+### Fixed
+
+- fix macaroon 'expires' caveat check (in rust), allowing actual login via OAuth/IA
+
+### Added
+
- basic release, container, file webface editing
- basic editgroup annotation and control (submit/accept) in webface
- CSL/BibTeX citation endpoints
+- "review bot" framework (for CI-style edit checks)
+
+### Changed
+
+- expanded example entities in SQL schema
+- updated rust (cargo) dependencies; depend on rust 1.32+
+- many tweaks to webface and guide
## [0.2.0] - 2019-02-05