diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-18 21:15:34 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-18 21:15:34 -0700 |
commit | 1e23343b40531ae9061a14e184c860b959de1ae0 (patch) | |
tree | 7ae9fd03523c6f2b9da600c8681a3c538e77633d | |
parent | 2b3d08dcaa31d9ed999d1904cc2578bda5026505 (diff) | |
download | fatcat-1e23343b40531ae9061a14e184c860b959de1ae0.tar.gz fatcat-1e23343b40531ae9061a14e184c860b959de1ae0.zip |
one last v0.3.1 CHANGELOG note about rust
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c859eac1..d73c30e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,12 @@ not explicitly noted below. - updated rust (cargo) dependencies; depend on rust 1.34+ (Debian buster) - entity view page design and backend code structure completely refactored +### Fixed + +- compilation of `fatcat-openapi` rust crate (including examples) now actually + works using 2018 edition. Many lint warnings were patched, making rust + compilation cleaner with recent compiler versions. + ### Added - container "coverage" page, showing elasticsearch-generated chart of IA |