forked from karmi/retire
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
module Tire | ||
VERSION = "0.5.5" | ||
VERSION = "0.5.6" | ||
|
||
CHANGELOG =<<-END | ||
IMPORTANT CHANGES LATELY: | ||
* Improved documentation | ||
* Improved isolation of Tire methods in model integrations | ||
* Improved handling of times/dates in `Model::Persistence` | ||
* Added support for "Put Mapping" and "Delete mapping" APIs | ||
* Added escaping document IDs in URLs | ||
* Allowed passing URL options when passing search definition as a Hash | ||
* Added support for the `constant_score` query | ||
* Prevent `Curl::Err::MultiBadEasyHandle` errors in the Curb client | ||
* Refactored the model importing integration and Rake tasks | ||
END | ||
end |