diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-30 17:24:57 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-30 17:24:57 -0700 |
commit | bfed865555b98f987652d8d43ebdf3e6d9b6cedb (patch) | |
tree | eec2a205ae4725e97ee2c1fc3bfc45c267f56e64 | |
parent | a0f77aa07815e2c2b8ee5dcb111e16d94c0b30b2 (diff) | |
download | fatcat-bfed865555b98f987652d8d43ebdf3e6d9b6cedb.tar.gz fatcat-bfed865555b98f987652d8d43ebdf3e6d9b6cedb.zip |
recent additions in CHANGELOG
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cf4556e..2a1ab363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,16 @@ See also: - API `get_editgroup_annotations` endpoint was requiring auth; this was a typo. Going to call this a very minor/backwards-compatible API change and not do a minor version bump for it. +- DOI lookups (for release entities) were not being lower-cased as intended + (DOIs are stored lower-case internally) + +### Added + +- ORCID OAuth login provider + +### Changed + +- small tweaks to URL domain/rel mapping list ## [0.2.1] - 2019-04-09 |