From 6946d5ff61c6f669c4cd99ba4a20fc465d952218 Mon Sep 17 00:00:00 2001 From: Sam Breed Date: Tue, 18 Dec 2012 12:42:09 -0700 Subject: [PATCH] added a note about the removal of Backbone.wrapError to the 0.9.9 changelog. closes #1966 --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 096bedace..be791c46b 100644 --- a/index.html +++ b/index.html @@ -3874,6 +3874,11 @@

Change Log

which triggers whenever a request begins to be made to the server. The natural complement to the "sync" event. +
  • + Removed Backbone.wrapError helper method, in favor of wrapping + optional error callbacks with a fallback error event within + Backbone.sync. +
  • Router URLs now support optional parts via parentheses, without having to use a regex.