From 6829ddb7b6dee08df204ea85c15bc5decd608a72 Mon Sep 17 00:00:00 2001 From: Josh Callender Date: Thu, 26 Feb 2015 11:54:37 -0800 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index bcd68df1..cfe069f2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,15 @@ +# 1.0.1 +## 2015-02-26 +* upgrade dependencies + * express + * underscore + * rendr-handlebars + * chai + * sinon-chai +* fix a few cases where `window.$` was being accessed instead of `Backbone.$` +* fix for collection store when lazy-loading a collection (two collections were in the store, now only one) +* fix for restAdapter that was putting `?` when req.query was an empty object + # 1.0.0 ## 2015-02-11 * upgrade to express 4.11.0