Release notes for 1.3.2

This commit is contained in:
Martynas Mickevičius 2017-10-06 16:10:14 +03:00
parent aa6958469a
commit 5c3e6f8320

14
NEWS.md
View File

@ -1,3 +1,17 @@
# 1.3.2: October 6, 2017
- environment variables are now able to be resolved to lists in
the same fashion as system properties.
- added `getPeriod()` which returns time units as
`java.time.Period`. Currently supported periods are days, weeks,
months and years. [More information here](HOCON.md#period-format).
- `ConfigResolveOptions` now has `appendResolver(...)` which allows
having custom behavior when unresolved substitutions are encountered
during resolution.
- Config Beans now support `Set` collection.
- a few other small bugfixes. All of the fixed issues can be found
in the [milestone page](https://github.com/typesafehub/config/milestone/1?closed=1).
# 1.3.1: September 24, 2016
- added `include required("foo")` syntax to specify includes that