summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2013-01-25 10:52:16 +0000
committerSimon Holywell <[email protected]>2013-01-25 10:52:16 +0000
commitb93b114426b997386231708f0816c2f590564791 (patch)
treef83667640dd22478fd8204b3d1ac92a277be0beb
parent8859b44551a95c098ba5687f1785c4d4e3ed8b91 (diff)
Add changelog for multiple connections
-rw-r--r--README.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 6e2b5da..a4cc843 100644
--- a/README.markdown
+++ b/README.markdown
@@ -22,6 +22,7 @@ Features
* Consists of just one class called `ORM`. Minimal global namespace pollution.
* Database agnostic. Currently supports SQLite and MySQL. May support others, please give it a try!
* Supports collections of models with method chaining to filter or apply actions to multiple results at once.
+* Multiple connections supported
Documentation
-------------
@@ -41,6 +42,7 @@ Changelog
#### 1.3.0 - release XXXX-XX-XX
+* Add support for multiple database connections
* Add in raw_execute - closes issue #40 [[tag](https://github.com/tag)]
* Add query logging to `delete_many` [[tag](https://github.com/tag)]
* Add `is_new` method - closes issue #85