1.0.2 NEWS and README changes

This commit is contained in:
Havoc Pennington 2013-07-03 09:03:48 -04:00
parent b57b569420
commit a8fdca3589
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# 1.0.2: July 3, 2013
- ignore byte-order mark (BOM), treating it as whitespace
- very minor docs/build improvements
# 1.0.1: May 19, 2013
- when an array is requested and an object found, try to convert

View File

@ -44,7 +44,7 @@ Maven Central.
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
Obsolete releases are here, but you probably don't want these: