Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorder & normalize Changelog #180

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

## 1.5.0-alpha.2 (07.07.2023)

* Add limit to decoded integer sizes of 1024 digits. This can be changed
with the `decoding_integer_digit_limit` app env config.

## 1.4.1 (06.07.2023)
### Enhancements

* Add limit to decoded integer sizes of 1024 digits. This can be changed
with the `decoding_integer_digit_limit` app env config.
Expand All @@ -17,6 +14,13 @@
* Add optional dependency for [`jason_native`](https://github.com/spawnfest/json_native).
Please refer to the repo for usage instructions

## 1.4.1 (06.07.2023)

### Enhancements

* Add limit to decoded integer sizes of 1024 digits. This can be changed
with the `decoding_integer_digit_limit` app env config.

## 1.4.0 (12.09.2022)

### Enhancements
Expand Down
Loading