-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug that caused error while serializing models using @JsonSubTy…
…pes. Fixed detection of multiple @JsonSerializeToVersion properties; getters and setters now allowed.
- Loading branch information
1 parent
103b8a2
commit c9772f0
Showing
4 changed files
with
92 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## 1.1.1 (????-??-??) | ||
|
||
- jonpeterson: Fixed bug that caused error while serializing models using @JsonSubTypes. | ||
- jonpeterson: Fixed detection of multiple @JsonSerializeToVersion properties; getters and setters now allowed. | ||
|
||
## 1.1.0 (2016-08-04) | ||
|
||
- jonpeterson: Added @JsonSerializeToVersion annotation. | ||
|
||
## 1.0.0 (2016-08-01) | ||
|
||
- jonpeterson: Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters