diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-10-01 21:19:02 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-10-01 21:19:02 -0700 |
commit | 0d233b750b001f08735692eb13e998edc8c446fc (patch) | |
tree | dda045cc83f95a8d0160aa70204d8abc01b9ad2f /CHANGELOG.md | |
parent | e215085f51865ff4dc8adb0f592d3071a8fc2daa (diff) | |
download | fatcat-0d233b750b001f08735692eb13e998edc8c446fc.tar.gz fatcat-0d233b750b001f08735692eb13e998edc8c446fc.zip |
updates to CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 29814b6a..a8c98c6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,9 +16,28 @@ See also: ## [Unreleased] +This is a patch release containing many web interface features and tweaks. No +changes to API. + +### Added + +- free-form "coverage search" page, allowing visualization of coverage based on + elasticsearch query +- editing of all entity types using TOML markup +- basic sitemap XML generation + ### Changed - require Python 3.7 (upgrade from Python 3.5) +- release entity exports can now be sorted by work identifier, for easier + work-level grouping and analysis +- refactored webface search code to use elasticsearch client library + +### Fixed + +- several datacite metadata import bugs +- several other bugfixes to web interface and importer code, not reported here + granularly ## [0.3.2] - 2020-04-08 |