summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2012-11-29 15:08:16 +0000
committerSimon Holywell <[email protected]>2012-11-29 15:08:16 +0000
commit7f38e9c4429ec5b21856cf5f34e5023961d8b066 (patch)
tree617911ed006181c5b2d2127ae2943825eecb6b75 /README.markdown
parentceb24a8dae8c674b6ec48444a6c4dead13e69bb2 (diff)
parent2237d7371c26013740ae479ccf1f3cc8c57fd1fa (diff)
Merge branch 'master' into develop
Conflicts: README.markdown
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 07d7414..4078f6a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -31,6 +31,14 @@ Changelog
* Add query logging to `delete_many` [[tag](https://github.com/tag)]
* Add `is_new` method - closes issue #85
+#### 1.2.3 - release 2012-11-28
+
+* Fix issue #78 - remove use of PHP 5.3 static call
+
+#### 1.2.2 - release 2012-11-15
+
+* Fix bug where input parameters were sent as part-indexed, part associative
+
#### 1.2.1 - release 2012-11-15
* Fix minor bug caused by IdiormStringException not extending Exception