summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2018-01-04 10:05:33 +1000
committerSimon Holywell <[email protected]>2018-01-04 10:05:33 +1000
commit6232d7fc181d6faee8891d5a195dd9783b1eda82 (patch)
treee4f4a8c810bd6a66049f19b90a473e6310cdd073
parent79f92243a35e20c4ce5d33f16d05dc25d8c783e5 (diff)
parentc13000ae3c4224a0836a9d722d7cf664206df6bf (diff)
Merge branch 'develop' of github.com:j4mie/idiorm into develop
-rw-r--r--README.markdown9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 92fb0e9..6a8a7ee 100644
--- a/README.markdown
+++ b/README.markdown
@@ -75,9 +75,16 @@ foreach ($tweets as $tweet) {
Changelog
---------
+#### 1.5.4 - released 2018-01-XX
+
+* Reset Idiorm state when a cached result is returned [[fayland](https://github.com/fayland) (and [Treffynnon](https://github.com/treffynnon))] - [issue #319](https://github.com/j4mie/idiorm/issues/319)
+* Fix travis builds for PHP 5.3+ (adding 7.0 and 7.1) and document support for newer PHP versions [[Treffynnon](https://github.com/treffynnon)]
+* Correct PHPDoc comments for `selectMany()` [[kawausokun](https://github.com/kawausokun)] - [issue #325](github.com/j4mie/idiorm/issues/325)
+* Add pdo_sqlite to the composer require-dev dependencies [[qyanu](https://github.com/qyanu)] - [issue #328](github.com/j4mie/idiorm/issues/328)
+
#### 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)]
+* 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