From d157609ab145f0ac9540665dbaee1d8495636122 Mon Sep 17 00:00:00 2001 From: Ritchie Martori Date: Tue, 29 Jan 2013 08:45:06 -0800 Subject: [PATCH] updated history --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 8358c21..83c70eb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,7 @@ ## 0.6.10 + - Fixed bug where query strings were not properly parsed. - Fixed certain errors returned as HTML rather than JSON. - Fixed bug where changing a property type from "number" to "string" made existing properties uneditable. - Fixed bug where `changed()` was returning true for values that had not changed.