From 4c83b9078632c05fa7287890b63dd50282e8ba44 Mon Sep 17 00:00:00 2001 From: Brian Cardarella Date: Thu, 19 May 2011 15:16:55 -0400 Subject: [PATCH] Updated HISTORY --- HISTORY | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY b/HISTORY index 58e81b09d..22c047db6 100644 --- a/HISTORY +++ b/HISTORY @@ -4,6 +4,7 @@ MongoMapper support [amangale] Fix bug for numericality when value is 0 issue #78 Force use of conditional statements if explicitly set on the input issue #81 + Settings object now set directly on window instead of a local variable. issue #82 == 3.0.4 ActiveRecord Uniquness middleware fix for primary key [mat813]