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
5 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,12 +1,11 @@ | ||
module Tire | ||
VERSION = "0.5.2" | ||
VERSION = "0.5.3" | ||
|
||
CHANGELOG =<<-END | ||
IMPORTANT CHANGES LATELY: | ||
* Fixed bugs in the `matches` Tire method in models | ||
* Fixed JSON parser errors when logging empty bodies | ||
* Allow arbitrary ordering of methods in the facet DSL block | ||
* Fix issues with Mongoid gem (incorrect JSON serialization of Moped::BSON::ObjectId) | ||
* Added `Tire::Results::Collection#each_with_hit` | ||
* Added support for passing partial document to `Index#update` | ||
* Added `nested` query support | ||
END | ||
end |