aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-11-19 12:18:02 -0800
committerBryan Newbold <bnewbold@robocracy.org>2020-11-19 14:55:15 -0800
commite29142c986defd308a391c812e57f5d8df575cde (patch)
treedfb01bb709196950f23fc200181de54ad7c0bc5b /CHANGELOG.md
parentc3d2fa0d89a65d6fed66b0b7da64195e51101bf7 (diff)
downloadfatcat-e29142c986defd308a391c812e57f5d8df575cde.tar.gz
fatcat-e29142c986defd308a391c812e57f5d8df575cde.zip
schema: also add 'oai' identifer (OAI-PMH) for releases
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index caf816e2..4757a85a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -42,11 +42,11 @@ changes to API.
## [0.3.3] - 2020-11-16
Minor additions to the API schema: new external identifiers for release
-entities, for `doaj` and `dblp`. Database schema (SQL) not changed.
+entities, for `doaj`, `dblp`, and `oai`. Database schema (SQL) not changed.
### Added
-- two new release external identifiers: `doaj` (article-level) and `dblp` (also
+- two new release external identifiers: `doaj`, `dblp`, and `oai` (all
article-level). These are API changes, but backwards compatible.
## [0.3.2] - 2020-04-08