We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11ca36 commit 1950ea7Copy full SHA for 1950ea7
CHANGELOG.md
@@ -0,0 +1,26 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+## [0.12.5] - 2023-08-25
6
7
+This is the first version of jzon which continues the unmaintained
8
+json v0.12.4.
9
10
+### Features
11
+- Implement `IntoIterator` for `Object`
12
+* Add `as_object()` and `as_array()` methods
13
14
+### Bug Fixes
15
+* Avoid zero initialization in `Short`
16
17
+### Refactor
18
+* Update lifetimes of `read_complex_string`
19
+* Fix a few typos
20
21
+### Documentation
22
+- Rename to jzon
23
+- Add this changelog
24
25
+### CI
26
+- Add Github workflows
0 commit comments