summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2013-01-21 11:07:54 +0000
committerSimon Holywell <[email protected]>2013-01-21 11:07:54 +0000
commita1d8a1c68465c78be34fe3a9afb817c990028715 (patch)
tree8ce0d852cb6de9721ab3999c769dd62d30229534
parentf3515c510a189d46ede522f1566159d43909968a (diff)
Update the changelog with composer change
-rw-r--r--README.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index e06ef41..6e2b5da 100644
--- a/README.markdown
+++ b/README.markdown
@@ -53,7 +53,8 @@ Changelog
* Documentation moved to [idiorm.rtfd.org](http://idiorm.rtfd.org) and built using [Sphinx](http://sphinx-doc.org/)
* Add `ArrayAccess` support to the model instances allowing property access via `$model['field']` as well as `$model->field` - issue #51
* Add a result set object for collections of models that can support method chains to filter or apply actions to multiple results at once - issue #51 and #22
-* Add some PHPUnit tests for newer features
+* Move testing into PHPUnit to unify method testing and query generation testing
+* Change Composer to use a classmap so that autoloading is better supported [[javierd](https://github.com/javiervd)] - issue #96
#### 1.2.3 - release 2012-11-28