From 5f9a7b4f73dafc55683b607ac5af7cdca64a5d8f Mon Sep 17 00:00:00 2001 From: Durham Hale Date: Tue, 28 Aug 2012 22:29:33 +0100 Subject: Update Changelog with new features from merged pull requests --- README.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index cccccd3..d18ba4e 100644 --- a/README.markdown +++ b/README.markdown @@ -41,6 +41,12 @@ Changelog * Fix bug in quoting column wildcard. j4mie/paris#12 * Small documentation improvements +#### 1.2.0 - release 2012-XX-XX + +* Add `order_by_expr` method [sandermarechal] +* Add support for raw queries without parameters argument [sandermarechal] +* Add support to set multiple properties at once by passing an associative to `set` method [sandermarechal] + Philosophy ---------- @@ -348,7 +354,7 @@ To update the database, change one or more of the properties of the object, then // This is equivalent to the above two assignments $person->set(array( 'name' => 'Bob Smith', - 'age' => 20, + 'age' => 20 )); // Syncronise the object with the database -- cgit v1.2.3