Merge pull request #703 from TomerPacific/feature/update-release-for-JSONMap-Change

Update Releases.md for JSONObject(Map): Throws NPE if key is null
This commit is contained in:
Sean Leary 2022-11-05 17:39:13 -05:00 committed by GitHub
commit bb1138762a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ and artifactId "json". For example:
20190722 Recent commits
20180813 POM change to include Automatic-Module-Name (#431)
JSONObject(Map) now throws an exception if any of a map keys are null (#405)
20180130 Recent commits