Skip to content

Commit

Permalink
Tweak 0.0.38 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper Joergensen committed Sep 27, 2017
1 parent 712304b commit 5a82ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ There should be nothing to push. If something is messed up, delete the tags in G

## 0.0.38

* This release introduces the ability to use a custom Jackson ObjectMapper. This can be used to support JodaTime for example. It also allows developers to choose how null values should be treated during serialization and deserialization. Before, null values were always ignored which is not always what you want. The custom ObjectMapper is set on [ApiConfig](src/main/java/com/force/api/ApiConfig.java). It will be used everywhere in [ForceApi](src/main/java/com/force/api/ForceApi.java) and [ResourceRepresentation](src/main/java/com/force/api/ResourceRepresentation.java), but not in the [Auth](src/main/java/com/force/api/Auth.java) class.
* This library now allows any 2.x jackson-databind version 2.5 or newer. Tests have only been run with 2.5.0 and 2.9.1.
* Introduces ability to use a custom Jackson ObjectMapper. This can be used to support JodaTime for example. It also allows developers to choose how null values should be treated during serialization and deserialization. Before, null values were always ignored which is not always what you want. The custom ObjectMapper is set on [ApiConfig](src/main/java/com/force/api/ApiConfig.java). It will be used everywhere in [ForceApi](src/main/java/com/force/api/ForceApi.java) and [ResourceRepresentation](src/main/java/com/force/api/ResourceRepresentation.java), but not in the [Auth](src/main/java/com/force/api/Auth.java) class.
* Allows any 2.x jackson-databind version 2.5 or newer. Tests have only been run with 2.5.0 and 2.9.1.

## 0.0.37

Expand Down

0 comments on commit 5a82ad6

Please sign in to comment.