mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 14:50:23 +08:00
Update NEWS.md with stuff since 1.3.0, for a TBD release
This commit is contained in:
parent
1c6dcca532
commit
f6680a5dad
13
NEWS.md
13
NEWS.md
@ -1,3 +1,16 @@
|
||||
# X.Y.Z: TBD
|
||||
|
||||
- added `include required("foo")` syntax to specify includes that
|
||||
fail if not present
|
||||
- support for more kinds of property in ConfigBeanFactory:
|
||||
* enumerations
|
||||
* optional fields
|
||||
* lists of beans
|
||||
- numbers can now start with a decimal (".33" vs. "0.33"), these
|
||||
are still parsed as strings but Config.getDouble() etc. will
|
||||
convert them to numbers
|
||||
- a few other small bugfixes
|
||||
|
||||
# 1.3.0: May 8, 2015
|
||||
|
||||
- no changes from 1.3.0-M3
|
||||
|
Loading…
Reference in New Issue
Block a user