summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2018-05-31 09:55:46 +1000
committerGitHub <[email protected]>2018-05-31 09:55:46 +1000
commit5e09668b95fd20e8f1ecbe25c4667b5c989a9445 (patch)
tree4fb84e082997627e320594d16eaf0e37e08d417d
parent6bba7f658fb424568e7e7711344d829ceb89898e (diff)
Update the changelog
-rw-r--r--README.markdown6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index a8eadc8..a38904f 100644
--- a/README.markdown
+++ b/README.markdown
@@ -85,9 +85,13 @@ is a Docker setup in `./test/docker_for_php52` - check the readme in there for m
Changelog
---------
+#### 1.5.6 - released 2018-05-31
+
+* Assign `null` to `self::$_db` on `reset_db()` to ensure PDO closes the connections #338 [[bleakgadfly](https://github.com/bleakgadfly)] - [issue #338](https://github.com/j4mie/idiorm/issues/338)
+
#### 1.5.5 - released 2018-01-05
-* Add a docker setup for testing with PHP 5.2 (uses PHPUnit 3.6.12, which is the last version released compatible with PHP 5.2) [Treffynnon](https://github.com/treffynnon)
+* Add a docker setup for testing with PHP 5.2 (uses PHPUnit 3.6.12, which is the last version released compatible with PHP 5.2) [[Treffynnon](https://github.com/treffynnon)]
#### 1.5.4 - released 2018-01-04