diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a077f8..dfa881c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## 2.x +### 2.4.0 + +*Sep 7, 2023* + +* Added RNG compatible with the original implementation (DefaultV0Factory) + ### 2.3.1 *Dec 27, 2022* @@ -48,6 +54,8 @@ !!! Random generation in this version is terrible, please don't use it +Forked from 1.3.0 + * PHP version bumped to 7.1 * New randomization algorithm that does not use `rand()` / `srand()` functions and does not alter global random state. This algorithm will generate images that are different from 1.x results