From 5091b82652ccb974c79d1ba903fad2c681cee458 Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Thu, 15 Nov 2012 16:52:47 +0000 Subject: Add release change log --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 968e722..427f6bb 100644 --- a/README.markdown +++ b/README.markdown @@ -25,6 +25,10 @@ Features Changelog --------- +#### 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 -- cgit v1.2.3 From 2237d7371c26013740ae479ccf1f3cc8c57fd1fa Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Wed, 28 Nov 2012 10:44:18 +0000 Subject: Remove 5.3 static call. Closes issue #78 --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 427f6bb..dcad3a4 100644 --- a/README.markdown +++ b/README.markdown @@ -25,6 +25,10 @@ Features Changelog --------- +#### 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 -- cgit v1.2.3