File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -313,3 +313,15 @@ Dmitry Bufistov (@dmitry-workato)
313313* Requested #601: (csv) Reader should allow separating plain `nullValue`
314314 and quoted value `"nullValue"`
315315 (2.22.0)
316+
317+ EverNife (@EverNife)
318+
319+ * Reported #696: (toml) Write non-finite floating-point values as TOML tokens
320+ (`nan`/`inf`/`-inf`) instead of Java tokens (`NaN`/`Infinity`)
321+ (2.23.0)
322+
323+ seonwoojung (@seonwooj0810)
324+
325+ * Fixed #696: (toml) Write non-finite floating-point values as TOML tokens
326+ (`nan`/`inf`/`-inf`) instead of Java tokens (`NaN`/`Infinity`)
327+ (2.23.0)
Original file line number Diff line number Diff line change @@ -16,7 +16,10 @@ Active Maintainers:
1616
17172.23.0 (not yet released)
1818
19- No changes since 2.22
19+ #696 : (toml) Write non-finite floating-point values as TOML tokens
20+ (`nan`/`inf`/`-inf`) instead of Java tokens (`NaN`/`Infinity`)
21+ (reported by @EverNife)
22+ (fix by @seonwooj0810)
2023
21242.22.0 (31 -May-2026 )
2225
You can’t perform that action at this time.
0 commit comments