summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2014-06-23 14:08:57 +0100
committerSimon Holywell <[email protected]>2014-06-23 14:08:57 +0100
commitb0922d8719a94e3a0e0e4a0ca3876f4f91475dcf (patch)
treebc6e8fc51e05e697632a5eda8901b29490adf049
parent5d6c964fe2953f66d117d631407490b62e9ff992 (diff)
Add note about fixes to changelog
-rw-r--r--README.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 64bc333..7ca9127 100644
--- a/README.markdown
+++ b/README.markdown
@@ -76,6 +76,10 @@ foreach ($tweets as $tweet) {
Changelog
---------
+#### 1.5.1 - release 2014-06-23
+
+* Binding of named parameters was broken [[cainmi](https://github.com/cainmi)] - [issue #221](https://github.com/j4mie/idiorm/pull/221)
+
#### 1.5.0 - release 2014-06-22
* Multiple OR'ed conditions support [[lrlopez](https://github.com/lrlopez)] - [issue #201](https://github.com/j4mie/idiorm/issues/201)