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.
Fixes: karmi#688
- Loading branch information
Showing
1 changed file
with
7 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,14 @@ | ||
module Tire | ||
VERSION = "0.5.7" | ||
VERSION = "0.5.8" | ||
|
||
CHANGELOG =<<-END | ||
IMPORTANT CHANGES LATELY: | ||
* Added support for the `constant_score` query | ||
* Prevent `Curl::Err::MultiBadEasyHandle` errors in the Curb client | ||
* Refactored the model importing integration and Rake tasks | ||
* Enabled passing options to the `terms` query | ||
* Fixed, that Model::Persistence uses "string" as the default mapping type | ||
* Fixed, that Model::Persistence returns true/false for #save and #destroy operations | ||
* Fixed the `uninitialized constant HRULE` in Rake tasks | ||
* Fixed `Item#to_hash` functionality to work with Arrays | ||
* Updated the Rails application template and install instructions | ||
* Improved the test suite for Travis | ||
END | ||
end |