diff options
author | Nadrieril | 2020-10-24 00:26:19 +0100 |
---|---|---|
committer | Nadrieril | 2020-10-24 00:26:19 +0100 |
commit | b7f8b3995d6a408b1548487123162527fb088da0 (patch) | |
tree | e4dc00c54a12807ca49171126963e14e983573cc | |
parent | 71d7d0c6d7e6241d8db35c2255aa212412ea0cb1 (diff) |
fix: update changelog
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2408a6d..3e433d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ #### [Unreleased] +- Fix `reqwest` feature (https://github.com/Nadrieril/dhall-rust/issues/182) + #### [0.7.1] - 2020-10-16 - Add a `Display` impl for `SimpleType` (https://github.com/Nadrieril/dhall-rust/issues/179) |