summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/magiconair/properties/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/magiconair/properties/CHANGELOG.md')
-rw-r--r--vendor/github.com/magiconair/properties/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/magiconair/properties/CHANGELOG.md b/vendor/github.com/magiconair/properties/CHANGELOG.md
index 4905fec99..ebd1bcd32 100644
--- a/vendor/github.com/magiconair/properties/CHANGELOG.md
+++ b/vendor/github.com/magiconair/properties/CHANGELOG.md
@@ -1,5 +1,10 @@
## Changelog
+### Unreleased
+
+ * [PR #24](https://github.com/magiconair/properties/pull/24): Update keys when DisableExpansion is enabled
+ Thanks to @mgurov for the fix.
+
### [1.7.3](https://github.com/magiconair/properties/tags/v1.7.3) - 10 Jul 2017
* [Issue #17](https://github.com/magiconair/properties/issues/17): Add [SetValue()](http://godoc.org/github.com/magiconair/properties#Properties.SetValue) method to set values generically