summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2014-01-23 13:08:36 +0000
committerSimon Holywell <[email protected]>2014-01-23 13:08:36 +0000
commit84e4d5e0d707c06cbce50a9f0947fdc20054aa0f (patch)
treed546f0526108168fb710efbf173bf4a672cb36b6 /README.markdown
parent3fbafbeb80039facd6c3eea33d5060cf82270463 (diff)
parent472123d14eb8785bc54240a8d7a88addb1424d55 (diff)
Merge branch 'develop' of github.com:j4mie/idiorm into develop
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index e187d0a..820c56a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -74,6 +74,14 @@ foreach ($tweets as $tweet) {
Changelog
---------
+#### 1.5.0 - release 2014-01-XX
+
+* Reduce the type casting on aggregate functions to allow characters [[herroffizier](https://github.com/herroffizier)] - [issue #150](https://github.com/j4mie/idiorm/issues/150)
+* Prevent invalid method calls from triggering infinite recursion [[michaelward82](https://github.com/michaelward82)] - [issue #152](https://github.com/j4mie/idiorm/issues/152)
+* Changed database array access to ensure it's always properly setup [[falmp](https://github.com/falmp)] - [issue #159](https://github.com/j4mie/idiorm/issues/159)
+* Allow unsetting the db (ORM::set_db(null)) to make the test work again [[borrel](https://github.com/borrel)] - [issue #160](https://github.com/j4mie/idiorm/issues/160)
+* Add HHVM to travis-ci build matrix [[ptarjan](https://github.com/ptarjan)] - [issue #168](https://github.com/j4mie/idiorm/issues/168)
+
#### 1.4.1 - release 2013-12-12
**Patch update to remove a broken pull request** - may have consequences for users of 1.4.0 that exploited the "`find_many()` now returns an associative array with the databases primary ID as the array keys" change that was merged in 1.4.0.