Skip to content

Commit

Permalink
Merge pull request lightbend#502 from 2m/wip-1.3.2-release-notes-2m
Browse files Browse the repository at this point in the history
Release notes for 1.3.2
  • Loading branch information
2m committed Oct 6, 2017
2 parents aa69584 + 5c3e6f8 commit 1b7460b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1b7460b

Please sign in to comment.