summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRadosław Kot <rdkt13@gmail.com>2021-10-23 16:37:52 +0200
committerRadosław Kot <rdkt13@gmail.com>2021-10-23 16:58:41 +0200
commite0df1523a4569742ac10636a8cb975d11b453d54 (patch)
tree7b0a2086781846ad399ef0d10a24dc8a8a72b178 /CHANGELOG.md
parent5ba9013b425b2d54b56a0f67149ceb2c50781638 (diff)
Add information to changelog and README
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05bfeca..6ec4096 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## 0.12.0
+ - Introduce `Format` trait [#219]
+
## 0.11.0 - 2021-03-17
- The `Config` type got a builder-pattern `with_merged()` method [#166].
- A `Config::set_once()` function was added, to set an value that can be
@@ -16,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[#172]: https://github.com/mehcode/config-rs/pull/172
[#169]: https://github.com/mehcode/config-rs/pull/169
[#175]: https://github.com/mehcode/config-rs/pull/169
+[#219]: https://github.com/mehcode/config-rs/pull/219
## 0.10.1 - 2019-12-07
- Allow enums as configuration keys [#119]