summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2018-01-03 17:27:20 +1000
committerGitHub <[email protected]>2018-01-03 17:27:20 +1000
commitc13000ae3c4224a0836a9d722d7cf664206df6bf (patch)
tree72c8cf3be409ca2750798dc7227231172e472be8
parentaa34f31cc1964d433796613bae0ca99c62870676 (diff)
Clean up the changelog
-rw-r--r--README.markdown10
1 files 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