summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2013-09-05 10:01:18 +0100
committerSimon Holywell <[email protected]>2013-09-05 10:01:18 +0100
commit3be516b440734811b58bb9d0b458a4109b49af71 (patch)
tree9fc73b44e4a38715fb6778ed3dece16fe410d81a /README.markdown
parent10314c131d953e048b0ebba1680c45412d9aa58d (diff)
Add release date to changelog
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index bdde785..fadc25d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -74,7 +74,7 @@ foreach ($tweets as $tweet) {
Changelog
---------
-#### 1.4.0 - release 2013-XX-XX
+#### 1.4.0 - release 2013-09-05
* `find_many()` now returns an associative array with the databases primary ID as the array keys [[Surt](https://github.com/Surt)] - [issue #133](https://github.com/j4mie/idiorm/issues/133)
* Calls to `set()` and `set_expr()` return `$this` allowing them to be chained [[Surt](https://github.com/Surt)]