Skip to content

Commit

Permalink
Reorder & normalize Changelog
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
PragTob authored Dec 23, 2023
1 parent 866227f commit e40f0dc
Showing 1 changed file with 8 additions and 4 deletions.
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

0 comments on commit e40f0dc

Please sign in to comment.