diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c501c..321a021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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