Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
  • Loading branch information
gierens committed Aug 25, 2023
1 parent d11ca36 commit 1950ea7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

All notable changes to this project will be documented in this file.

## [0.12.5] - 2023-08-25

This is the first version of jzon which continues the unmaintained
json v0.12.4.

### Features
- Implement `IntoIterator` for `Object`
* Add `as_object()` and `as_array()` methods

### Bug Fixes
* Avoid zero initialization in `Short`

### Refactor
* Update lifetimes of `read_complex_string`
* Fix a few typos

### Documentation
- Rename to jzon
- Add this changelog

### CI
- Add Github workflows

0 comments on commit 1950ea7

Please sign in to comment.