summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorJamie Matthews <[email protected]>2011-01-24 23:33:16 +0000
committerJamie Matthews <[email protected]>2011-01-24 23:33:16 +0000
commit69d5272a1ee954def0e9c2cac1a33734afd0ec6a (patch)
tree24037a474123468322f63ea66aa61aaa320de40f /README.markdown
parentb384bf764d2cfa97af89467203efc818b2791399 (diff)
Add changelog
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index b9f8567..10321f7 100644
--- a/README.markdown
+++ b/README.markdown
@@ -22,6 +22,20 @@ 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!
+Changelog
+---------
+
+#### 1.0.0 - released 2010-12-01
+
+* Initial release
+
+#### 1.0.1 - released 2011-01-24
+
+* Add `is_dirty` method
+* Add basic query caching
+* Add `distinct` method
+* Add `group_by` method
+
Philosophy
----------