You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
1
# Changelog
2
2
3
-
## In Git
4
-
* Avoid thread blocking on Ruby 1.9.x under Windows. Patch by Roger Pack.
3
+
## 0.2.8 (June 14th, 2011)
4
+
* disable async support, and access to the underlying file descriptor under Windows. It's never worked reliably and ruby-core has a lot of work to do in order to make it possible.
5
+
* added support for turning eager-casting off. This is especially useful in ORMs that will lazily cast values upon access.
6
+
* added a warning if a 0.2.x release is being used with ActiveRecord 3.1 since both the 0.2.x releases and AR 3.1 have mysql2 adapters, we want you to use the one in AR 3.1
0 commit comments