|
@@ -4,6 +4,9 @@ v1.1.2 (2017-xx-xx)
|
|
- __FIX__: pure CRC16 implementation failed to calculate the correct hash when
|
|
- __FIX__: pure CRC16 implementation failed to calculate the correct hash when
|
|
the input value passed to the `hash()` method is an integer (PR #450).
|
|
the input value passed to the `hash()` method is an integer (PR #450).
|
|
|
|
|
|
|
|
+- __FIX__: make PHP iterator abstractions for `ZSCAN` and `HSCAN` working with
|
|
|
|
+ PHP 7.2 due to a breaking change, namely the removal of `each()` (PR #448).
|
|
|
|
+
|
|
|
|
|
|
v1.1.1 (2016-06-16)
|
|
v1.1.1 (2016-06-16)
|
|
================================================================================
|
|
================================================================================
|