diff options
author | Nadrieril | 2020-10-24 15:39:42 +0100 |
---|---|---|
committer | Nadrieril | 2020-10-24 15:39:42 +0100 |
commit | 2ea18b8ec457c896909fda4db9f053ec26068528 (patch) | |
tree | bd16e279a1d08d89c5f74c07c7a512aabf169348 | |
parent | d9e42ea1fe16fc9f16a390f2dac2713e691b2700 (diff) |
fix: update changelog
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3beff63..ab6cbab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ #### [Unreleased] +- Add a `SimpleValue` type to the public interface (https://github.com/Nadrieril/dhall-rust/pull/183) + #### [0.7.2] - 2020-10-24 -- Fix `reqwest` feature (https://github.com/Nadrieril/dhall-rust/issues/182) +- Fix `reqwest` feature (https://github.com/Nadrieril/dhall-rust/pull/182) #### [0.7.1] - 2020-10-16 |