fix 0.1.9 release date

This commit is contained in:
Brian Lopez 2010-07-17 18:44:21 -07:00
parent 1c02820f4b
commit 3c262e7328
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 0.1.9 (HEAD)
## 0.1.9 (July 17th, 2010)
* Support async ActiveRecord access with fibers and EventMachine (mperham)
* string encoding support for 1.9, respecting Encoding.default_internal
* added support for rake-compiler (tenderlove)