Skip to content

Commit 1950ea7

Browse files
committed
Add CHANGELOG.md
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
1 parent d11ca36 commit 1950ea7

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)