Skip to content

Commit

Permalink
Version 0.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
benpickles committed Sep 23, 2010
1 parent 73bb4f1 commit db6528b
Show file tree
Hide file tree
Showing 5 changed files with 703 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.9.2

* Ajax DELETE sends JSON body, including AjaxSetup data if available. [Ismael Celis]
* `Model.remove()` should include removed instance in event data. [Ismael Celis]
* Call the `Model.load()` callback with the scope of the class.

## 0.9.1

* If defined, include jQuery.ajaxSetup data in REST parameters. [Ismael Celis]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.9.2
Loading

0 comments on commit db6528b

Please sign in to comment.