diff options
author | Bryan Newbold <bnewbold@archive.org> | 2023-01-04 21:27:35 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2023-01-04 21:28:26 -0800 |
commit | 5af3a9a05904b579eb90c779747fd517d3b43727 (patch) | |
tree | ca7b24e410a232ea260799c8fd53178c37a0e90d | |
parent | cf2f45bd1b35ba0ce82ba9426ae90bade46d27d7 (diff) | |
download | fatcat-scholar-5af3a9a05904b579eb90c779747fd517d3b43727.tar.gz fatcat-scholar-5af3a9a05904b579eb90c779747fd517d3b43727.zip |
bump changelog
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 594bebf..333bfa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,12 @@ See also: - [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - [Semantic Versioning](https://semver.org/spec/v2.0.0.html) -## [Unreleased] +## [UNRELEASED] + +## [0.2.1] - 2023-01-04 + +This is a roll-up release of many, many small improvements over the years. No +specific large recent changes. ### Added @@ -20,6 +25,7 @@ See also: - work landing pages - sitemaps (eg, sitemap.xml and work sitemaps linked from robots.txt) - "access-redirect" URLs for PDF access +- RSS feeds of search results ### Changed @@ -28,6 +34,9 @@ See also: ### Fixed +- web HTML template escaping, due to jinja2/async issue + + ## [0.2.0] - 2021-03-23 This version roughly corresponds to the official launch of of the service (on @@ -55,6 +64,7 @@ the https://scholar.archive.org domain) in March 2021. - many i18n/localization bugs - several mobile/responsive bugs + ## [0.1.0] - 2020-10-01 First tagged release, and start of notable change tracking. |