Skip to content

Commit 0aa2469

Browse files
committed
readme
1 parent b056d9f commit 0aa2469

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The core use case for jsonj is quickly prototyping with complex json data struct
1616
<dependency>
1717
<groupId>com.jillesvangurp</groupId>
1818
<artifactId>jsonj</artifactId>
19-
<version>2.50</version>
19+
<version>2.51</version>
2020
</dependency>
2121
```
2222

@@ -303,6 +303,8 @@ JsonJ implements several things that ensure it uses much less memory than might
303303
- Both `SimpleIntMapJsonObject` and `JsonObject` use UTF8 byte arrays for storing String primitive values. This is more efficient than Java's own String class, which uses utf-16.
304304

305305
# Changelog
306+
- 2.51
307+
- Add support for kotlin enum values in the JsonObject.fill and JsonObject.construct extension methods for Kotlin
306308
- 2.50
307309
- Get rid of maven in favor of gradle, make project ready for Kotlin
308310
- Add some kotlin specific code and extensions

0 commit comments

Comments
 (0)