summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ferrara <ircmaxell@gmail.com>2014-11-20 14:18:42 -0500
committerAnthony Ferrara <ircmaxell@gmail.com>2014-11-20 14:18:42 -0500
commit9b99377557a33a4129c9194e60a97a685fab21e0 (patch)
treee68ad31a16d3d5740ab6d84b5d7037884efb2003
parent5c5cde8822a69545767f7c7f3058cb15ff84614c (diff)
parent92951ae05e988803fdc1cd49f7e4cd29ca7b75e9 (diff)
downloadpassword_compat-origin/v1.0.zip
password_compat-origin/v1.0.tar.gz
password_compat-origin/v1.0.tar.bz2
Merge branch 'master' into v1.0origin/v1.0
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
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