From 2267d5b81f03405135cbb329765e356a3e10e932 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Mon, 5 Apr 2010 11:53:48 -0400 Subject: [PATCH] HISTORY / BUMP 0.19.2 --- HISTORY | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/HISTORY b/HISTORY index e3a3c1b..a5e2b55 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,15 @@ +0.19.2 2010-4-5 +This release fixes a major bug and is the final release +in the 0.19 series. The next release, 0.20.0, will introduce +separate gems for bson and bson_ext and may require small +changes to existing code bases. Expect that release in the next +few days. +* Fix for Grid#delete bug. +* Log messages read like valid ruby driver code. +* Cursor#has_next. +* Tests for MongoDB 1.4 features. +* Flexible index creation method with Mongo::GEO2D constant. + 0.19.1 2010-3-2 * Fix for HashWithIndifferentAccess in ActiveSupport-3.0