summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-08-02 16:57:34 +0200
committerGitHub <noreply@github.com>2022-08-02 16:57:34 +0200
commit9a9e36b870a2e9b6e567644ca9278d7f53d8f111 (patch)
tree01c22ae9661a962fd58bfe0c96f4850814ca8bac
parent4547e9dbb5374c9cc7eca6dd1a4de12954aeabcb (diff)
parentffea6ddf3e8ff467e62a28c800ccd122de43ccbe (diff)
Merge pull request #363 from matthiasbeyer/port-changelog
Backport CHANGELOG entry for 0.13.2
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d086c72..daadbc1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
+## 0.13.2 - 2022-08-02
+
+ - Backport of [#316] to be testing with temp_env. The backport was necessary to
+ be able to backport the next change. This change shouldn't be user-visible.
+ - Backport of [#353] to use TryInto for more permissive deserialization of
+ integers
+ - Backport of commit [518a3cafa1e62ba7405709e5c508247e328e0a18] from [#362] to
+ fix tests
+
+[#316]: https://github.com/mehcode/config-rs/pull/316
+[#353]: https://github.com/mehcode/config-rs/pull/353
+[518a3cafa1e62ba7405709e5c508247e328e0a18]: https://github.com/mehcode/config-rs/commit/518a3cafa1e62ba7405709e5c508247e328e0a18
+[#362]: https://github.com/mehcode/config-rs/pull/362
+
## 0.13.1 - 2022-04-13
- typo in doc comment for ConfigBuilder [#299]