diff --git a/CHANGELOG.md b/CHANGELOG.md index f70f169..1f5b3aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Changelog -## v1.1.0 (not released yet) +## v1.1.0 (2017-09-28) - Expand functions transform a special sequence $$ to literal $. - The underlying objects encapsulated by config.Value types will now have the types determined by the YAML unmarshaller regardless of whether expansion was performed or not. +- Export Provider constructors that take io.Readers. ## v1.0.2 (2017-08-17) @@ -36,4 +37,4 @@ First stable release: no breaking changes will be made in the 1.x series. ## v1.0.0-rc1 (2017-06-26) -- **[Breaking]** `Provider` interface was trimmed down to 2 methods: `Name` and `Get` \ No newline at end of file +- **[Breaking]** `Provider` interface was trimmed down to 2 methods: `Name` and `Get`