summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorParagon Initiative Enterprises <security@paragonie.com>2016-11-07 18:38:38 -0500
committerParagon Initiative Enterprises <security@paragonie.com>2016-11-07 18:38:38 -0500
commita9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e (patch)
tree28446980bfa4bc92e931ce17db834edec5cc2bae
parent67f5061250a925b1de5d5dd524ac26a024493ed9 (diff)
downloadrandom_compat-a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e.zip
random_compat-a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e.tar.gz
random_compat-a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e.tar.bz2
Prepare for v2.0.4v2.0.4
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0fca441..077760c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+### Version 2.0.4 - 2016-11-07
+
+* Don't unnecessarily prevent `mcrypt_create_iv()` from being used.
+ See [#111](https://github.com/paragonie/random_compat/issues/111).
+
### Version 2.0.3 - 2016-10-17
* Updated `lib/error_polyfill.php` [to resolve corner cases](https://github.com/paragonie/random_compat/issues/104).