Skip to content

Commit

Permalink
Fixed a bug that caused a NullPointerException to be thrown when tr…
Browse files Browse the repository at this point in the history
…ying to `set` configuration data in `.prefs` files.
  • Loading branch information
jtnelson committed Oct 7, 2018
1 parent e5a8529 commit 45eabd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

#### Version 1.0.0 (TBD)

#### Version 0.9.3 (TBD)
#### Version 0.9.4 (TBD)

#### Version 0.9.3 (October 7, 2018)
* Fixed a bug that caused a `NullPointerException` to be thrown when trying to `set` configuration data in `.prefs` files.

#### Version 0.9.2 (September 3, 2018)
* Deprecated the `forGenericObject`, `forCollection`, `forMap` and `forTObject` TypeAdapter generators in the `TypeAdapters` utility class in favor of `primitiveTypesFactor`, `collectionFactory` and `tObjectFactory` in the same class, each of which return a `TypeAdapterFactory` instead of a `TypeAdapter`. Going forward, please register these type adapter factories when building a `Gson` instance for correct Concourse-style JSON serialization semantics.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ subprojects {
compile 'org.apache.thrift:libthrift:0.9.3'
compile 'commons-configuration:commons-configuration:1.9'
compile group: 'com.cinchapi', name: 'accent4j', version: '1.1.0', changing:true
compile 'com.cinchapi:lib-config:1.3.0'
compile 'com.cinchapi:lib-config:1.3.1'
testCompile 'junit:junit:4.11'
}

Expand Down

0 comments on commit 45eabd5

Please sign in to comment.