Skip to content

Commit

Permalink
Add new option to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek committed Oct 26, 2023
1 parent f5e09d6 commit 6b75532
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- `ReversibleId` now no longer downcases the encodedid input string by default on decode, ie the `decode` option `downcase` is now `false`. In a future release the `downcase` option will be removed.

## [1.0.0.rc4] - unreleased

- Add an optional `max_inputs_per_id` argument to `ReversibleId`, thanks to [@avcwisesa](https://github.com/avcwisesa)

## [1.0.0.rc3] - 2023-10-23

- Add an optional `max_length` argument to `ReversibleId`, thanks to [@jugglebird](https://github.com/jugglebird)
Expand Down

0 comments on commit 6b75532

Please sign in to comment.