aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 183a7304..3260e8b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,12 @@ See also:
## [Unreleased]
+### Fixed
+
+- `edit_extra` on individual entity create was not being written to database
+
+### Added
+
- added `retraction` as an allowable `release_type`, for a publication. When
used, the `release_type` should also be `retraction`.
@@ -43,7 +49,7 @@ See also:
## [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
+verification was broken; all non-CLI-generated tokens will need to be
regenerated (eg, log-out, log-in).
### Fixed