diff --git a/CHANGELOG.md b/CHANGELOG.md index a52c27641..75a9c53ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed +### Removed + +## [2.5.0] 2024-12-13 + +### Changed + - `random_range(min, max)` now returns a random integer between `min` and `max`, inclusive. (Previously, it returned a float.) - Added a new function, `random_range_float` now returns a random float between `min` and `max`, inclusive. (This is the previous behaviour of `random_range`.) -### Removed - ## [2.4.2] 2024-02-24 ### Added