diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 22 |
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 |