From 69d5272a1ee954def0e9c2cac1a33734afd0ec6a Mon Sep 17 00:00:00 2001 From: Jamie Matthews Date: Mon, 24 Jan 2011 23:33:16 +0000 Subject: Add changelog --- README.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.markdown') 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 ---------- -- cgit v1.2.3