aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-10-01 21:19:02 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-10-01 21:19:02 -0700
commit0d233b750b001f08735692eb13e998edc8c446fc (patch)
treedda045cc83f95a8d0160aa70204d8abc01b9ad2f /CHANGELOG.md
parente215085f51865ff4dc8adb0f592d3071a8fc2daa (diff)
downloadfatcat-0d233b750b001f08735692eb13e998edc8c446fc.tar.gz
fatcat-0d233b750b001f08735692eb13e998edc8c446fc.zip
updates to CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
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