summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2018-01-03 17:24:40 +1000
committerGitHub <[email protected]>2018-01-03 17:24:40 +1000
commitaa34f31cc1964d433796613bae0ca99c62870676 (patch)
tree538a6b63d9706a39b7d48568c2d8e1fd3d437bbc
parent5f220f371dc250b1c65dfb5f767ebc8b8b40a92d (diff)
Update the changelog with 1.5.4 changes
-rw-r--r--README.markdown9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 92fb0e9..5558d43 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 - [issue #319](https://github.com/j4mie/idiorm/issues/319) [[fayland](https://github.com/fayland) (and [treffynnon](https://github.com/treffynnon))]
+* 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()` - [issue #325](github.com/j4mie/idiorm/issues/325) [[kawausokun](https://github.com/kawausokun)]
+* Add pdo_sqlite to the composer require-dev dependencies - [issue #328](github.com/j4mie/idiorm/issues/328) [[qyanu](https://github.com/qyanu)]
+
#### 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