diff --git a/CHANGELOG.md b/CHANGELOG.md index 922ea1fee..7447198ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.4.31 +* List property called "status" has items with type "Statu" ([#695](https://github.com/joelittlejohn/jsonschema2pojo/issues/695)) + ## 0.4.30 * Cannot use custom date,time types from external dependencies in maven/ant plugins ([#673](https://github.com/joelittlejohn/jsonschema2pojo/issues/673)) * Jackson inclusion option ([#671](https://github.com/joelittlejohn/jsonschema2pojo/pull/671)) @@ -9,6 +12,7 @@ * Fix include additional properties set incorrectly by CLI ([#660](https://github.com/joelittlejohn/jsonschema2pojo/pull/660)) * Remove useless and empty Javadoc ([#659](https://github.com/joelittlejohn/jsonschema2pojo/issues/659)) * @JsonPropertyDescription annotation does not properly extract description from schema ([#655](https://github.com/joelittlejohn/jsonschema2pojo/issues/655)) +* Support @JsonFormat annotation for date-time fields ([#643](https://github.com/joelittlejohn/jsonschema2pojo/pull/643)) ## 0.4.28 * Adding support for JSR-305 annotations ([#645](https://github.com/joelittlejohn/jsonschema2pojo/pull/645)) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 5161d6f76..8cb88f7ac 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -71,3 +71,4 @@ * Shravan Purohit * Brian Bohl * Vladimir Alekseenko +* Andrés P