diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-05-25 17:34:22 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-05-25 17:34:33 -0700 |
commit | 9a456942e3b534f41ea668370ec5b91b58298020 (patch) | |
tree | e0043ee9953a919be37366a54d3508049619b545 | |
parent | 1d05cb07002dd4f62f0e0dc83df670152d516091 (diff) | |
download | fatcat-cli-9a456942e3b534f41ea668370ec5b91b58298020.tar.gz fatcat-cli-9a456942e3b534f41ea668370ec5b91b58298020.zip |
update CHANGELOG for v0.1.3v0.1.3
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9089fdb..4c5a8f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # CHANGELOG +## [0.1.3] - 2021-05-25 + +### Fixed + +- wayback URLs actually rewritten correctly for downloads + +### Added + +- search of `scholar` (fulltext) index + +### Changed + +- file and container search queries are much improved +- cargo clippy clean + ## [0.1.2] - 2021-04-09 Quick release to fix searching with new Elasticsearch 7.10 endpoint. |