summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2013-08-30 10:50:35 +0100
committerSimon Holywell <[email protected]>2013-08-30 10:50:35 +0100
commit39f4cc4c43b6eebd295f3e5257d9f0ef451e9d83 (patch)
tree67bfdf8d8ee9994aa0bc9b5f0f5d32e88028b6dc /README.markdown
parent022d328fcd82755d07b702f07a1fb03e348278bf (diff)
Document array index change
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 65e8e96..70e37fb 100644
--- a/README.markdown
+++ b/README.markdown
@@ -76,6 +76,7 @@ Changelog
#### 1.4.0 - release 2013-XX-XX
+* `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)
* Add PSR-1 compliant camelCase method calls to Idiorm (PHP 5.3+ required) [[crhayes](https://github.com/crhayes)] - [issue #108](https://github.com/j4mie/idiorm/issues/108)
* Add static method `get_config()` to access current configuration [[javierd](https://github.com/mikejestes)] - [issue #141](https://github.com/j4mie/idiorm/issues/141)
* Add logging callback functionality [[lalop](https://github.com/lalop)] - [issue #130](https://github.com/j4mie/idiorm/issues/130)