summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorStephen Tellis <[email protected]>2014-10-01 05:56:36 -0400
committerStephen Tellis <[email protected]>2014-10-01 05:56:36 -0400
commiteea28fa89d47560979a9b16e3bc752a537b07d05 (patch)
treecd91e253e2e35a24a2dc00e32414215b0d6dc60a /README.markdown
parent22b1d3a793ed486c816d24fc25dce960797d1f38 (diff)
Added @method tags for magic methods
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index c00d403..6a789cc 100644
--- a/README.markdown
+++ b/README.markdown
@@ -75,6 +75,10 @@ foreach ($tweets as $tweet) {
Changelog
---------
+#### 1.5.3 - released 2014-10-01
+
+* Add @method tags for magic methods [[stellis](https://github.com/stellis)]
+
#### 1.5.2 - released 2014-06-27
* Support named placeholders logging and test [[m92o](https://github.com/m92o)] - [issue #223](https://github.com/j4mie/idiorm/issues/223)