Skip to content

Commit

Permalink
docs: update CHANGELOG for version v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wI2L committed Oct 9, 2019
1 parent 2fafee9 commit f0d9e19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project are documented in this file.

**THIS LIBRARY IS STILL IN ALPHA AND THERE ARE NO GUARANTEES REGARDING API STABILITY YET**

## [v0.3.1] - 2019-10-09
- Fix HTML characters escaping in struct field names.
- Add examples for Marshal, MarshalTo and Encoder's Encode.
- Refactor string encoding to be compliant with `encoding/json`.

## [v0.3.0] - 2019-09-23
- Add global functions `Marshal`, `MarshalTo` and `Register`.
- Update `README.md`: usage, examples and benchmarks.
Expand All @@ -24,6 +29,7 @@ All notable changes to this project are documented in this file.
## [v0.1.0] - 2019-08-30
Initial realease.

[v0.3.1]: https://github.com/wI2L/jettison/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/wI2L/jettison/compare/v0.2.1...v0.3.0
[v0.2.1]: https://github.com/wI2L/jettison/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/wI2L/jettison/compare/0.1.0...v0.2.0
Expand Down

0 comments on commit f0d9e19

Please sign in to comment.