Skip to content
This repository has been archived by the owner on Jun 30, 2018. It is now read-only.

Commit

Permalink
Release 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Mar 27, 2013
1 parent efb9c14 commit 89439ea
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions lib/tire/version.rb
@@ -1,14 +1,11 @@
module Tire module Tire
VERSION = "0.5.5" VERSION = "0.5.6"


CHANGELOG =<<-END CHANGELOG =<<-END
IMPORTANT CHANGES LATELY: IMPORTANT CHANGES LATELY:
* Improved documentation * Added support for the `constant_score` query
* Improved isolation of Tire methods in model integrations * Prevent `Curl::Err::MultiBadEasyHandle` errors in the Curb client
* Improved handling of times/dates in `Model::Persistence` * Refactored the model importing integration and Rake tasks
* 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
END END
end end

0 comments on commit 89439ea

Please sign in to comment.