Skip to content

Commit

Permalink
1.2.0 in NEWS and README
Browse files Browse the repository at this point in the history
  • Loading branch information
havocp committed Jan 15, 2014
1 parent 868c492 commit 2ff0e15
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 1.2.0: January 15, 2014

- new stable ABI release (binary compatible with 1.0.x; a few new APIs)
- new API ConfigResolveOptions.setAllowUnresolved lets you
partially-resolve a Config
- new API Config.isResolved lets you check on resolution status
- new API Config.resolveWith lets you source substitutions from
somewhere other than the Config itself
- new API Config.getDuration() replaces getMilliseconds and
getNanoseconds
- if -Dconfig.file, -Dconfig.resource, -Dconfig.url refer to
a nonexistent file, resource, or url it is now an error rather
than silently loading an empty configuration.
- quite a few bugfixes

# 1.1.0-4dd6c85cab1ef1a4415abb74704d60e57497b7b8: January 8, 2014

- remove junk in POM caused by broken local configuration
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Maven Central.
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.0.2</version>
<version>1.2.0</version>
</dependency>

Obsolete releases are here, but you probably don't want these:
Expand Down

0 comments on commit 2ff0e15

Please sign in to comment.