diff options
author | Paragon Initiative Enterprises, LLC <security@paragonie.com> | 2017-02-27 11:43:31 -0500 |
---|---|---|
committer | Paragon Initiative Enterprises, LLC <security@paragonie.com> | 2017-02-27 11:43:31 -0500 |
commit | cafc8ff85339f5d70b91b88cefef69cc93cb7f78 (patch) | |
tree | 91a79cc7d0064dbd729731e5a4cc30980906fcc4 | |
parent | 1e71c3e6f5dafad4c0be2dd9af8b91ff70f97118 (diff) | |
download | random_compat-cafc8ff85339f5d70b91b88cefef69cc93cb7f78.zip random_compat-cafc8ff85339f5d70b91b88cefef69cc93cb7f78.tar.gz random_compat-cafc8ff85339f5d70b91b88cefef69cc93cb7f78.tar.bz2 |
Update changelog for 2.0.5
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1979e78..acb7e90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ -### Version 2.0.5 - 2017-??-?? +### Version 2.0.5 - 2017-02-27 * Run random_compat through the static analysis tool, [psalm](https://github.com/vimeo/psalm), as part of our continuous integration process. +* Minor readability enhancements ([#122](https://github.com/paragonie/random_compat/issues/122) + and several docblock changes). ### Version 2.0.4 - 2016-11-07 |