Skip to content

Commit

Permalink
Changelog for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arokettu committed Jul 27, 2022
1 parent f41f5c4 commit 3234fe2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Changelog

## 0.next
## 0.2.0

*Jul 27, 2022*

NOTE: 0.2.0 currently is not fully compatible when using custom engines.
This will be fixed in 0.3.0 after PHP 8.2.0 beta 2 is released with some critical fixes.

* `Randomizer`
* `$engine`
* `getBytes($length)`
* `shuffleArray($array)`
* `shuffleBytes($bytes)`
* `arrayPickKeys($array, $num)`
* Serialization and unserialization are now compatible with PHP 8.2
if performed in PHP 7.4+
* `Mt19937`
* Serialization and unserialization are now compatible with PHP 8.2
if performed in PHP 7.4+
Expand Down

0 comments on commit 3234fe2

Please sign in to comment.