From 92951ae05e988803fdc1cd49f7e4cd29ca7b75e9 Mon Sep 17 00:00:00 2001 From: Anthony Ferrara Date: Thu, 20 Nov 2014 14:18:29 -0500 Subject: [PATCH] Add changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d172723 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +CHANGELOG +========= + +This changelog references the relevant changes (bug and security fixes) done in version 1. + + * 1.0.4 (2014-11-20) + + * bug #63 - Password of `null` returns `null` while raising an error + * bug #64 - Support for process isolation via PHPUnit + * bug #56 - Minor formatting issues + * bug #48 - Integers aren't "strings" so exception is thrown + * PR #69 - Missing `PASSWORD_BCRYPT_DEFAULT_COST` constant definition + * PR #70 - Fix test suite with Travis + * PR #58 - Add `PasswordCompat\binary\check()` function to encapsulate tests