summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2014-04-26 13:51:36 +0100
committerSimon Holywell <[email protected]>2014-04-26 13:51:36 +0100
commitddb8a305a59592101f8fd08060a67bb100393fa1 (patch)
treebf0e78b7f7a2911b5f34999880da0d310f2bed9a /README.markdown
parentfd1fa806cf5ce18d0a6dcc4f8fb1bafb4a8005c7 (diff)
Document PRs #171 and #163
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 1b65090..316cdc9 100644
--- a/README.markdown
+++ b/README.markdown
@@ -76,6 +76,8 @@ Changelog
#### 1.5.0 - release 2014-01-XX
+* Add compound primary key support [[lrlopez](https://github.com/lrlopez)] - [issue #171](https://github.com/j4mie/idiorm/issues/171)
+* Add a RAW JOIN source to the query [[moiseevigor](https://github.com/moiseevigor)] - [issue #163](https://github.com/j4mie/idiorm/issues/163)
* 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)
* Add time to query logging - adds query time parameter to external logger callback function [[AgelxNash](https://github.com/AgelxNash)] - [issue #180](https://github.com/j4mie/idiorm/issues/180)