summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2017-03-21 10:50:28 +1000
committerSimon Holywell <[email protected]>2017-03-21 10:50:28 +1000
commit5fe742ecdd1ed74b0ca00043dbb6e56d6c87e73d (patch)
treec3f41f6178db9e4a1875d0ebe6a0f792d8291087
parent997020938103d2621f8f73c9774dbe1eec37ac0b (diff)
add documentation changes to the readme
-rw-r--r--README.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 4f06f95..daa0f3c 100644
--- a/README.markdown
+++ b/README.markdown
@@ -75,6 +75,10 @@ foreach ($tweets as $tweet) {
Changelog
---------
+#### 1.5.3 - released 2017-03-21
+
+* Document the `raw_execute()` method and add a note for `get_db()` in the querying documentation [[treffynnon](https://github.com/treffynnon)]
+
#### 1.5.2 - released 2016-12-14
* Fix autoincremented compound keys inserts [[lrlopez](https://github.com/lrlopez)] - [issue #233](https://github.com/j4mie/idiorm/issues/233) and [pull #235](https://github.com/j4mie/idiorm/pull/235)