From e40f0dc12dba7866b57c009f9280b8dc6f38a7cf Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Sat, 23 Dec 2023 10:46:33 +0100 Subject: [PATCH] Reorder & normalize Changelog * ordered changelog by version number, not sure if there is a general rule but having 1.4.1 inbetween the two 1.5 alpha releases felt weird * standardized the format, so that it has "Enhancements" like the previous releases --- CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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