From aa34f31cc1964d433796613bae0ca99c62870676 Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Wed, 3 Jan 2018 17:24:40 +1000 Subject: Update the changelog with 1.5.4 changes --- README.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3 From c13000ae3c4224a0836a9d722d7cf664206df6bf Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Wed, 3 Jan 2018 17:27:20 +1000 Subject: Clean up the changelog --- README.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index 5558d43..6a8a7ee 100644 --- a/README.markdown +++ b/README.markdown @@ -77,14 +77,14 @@ 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)] +* 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 -- cgit v1.2.3