Skip to content

Commit

Permalink
Release 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Jun 27, 2011
1 parent 2c98b98 commit 577b419
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions lib/tire/version.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
module Tire
VERSION = "0.1.13"
VERSION = "0.1.14"

CHANGELOG =<<-END
IMPORTANT CHANGES LATELY:
# Added `<after/before>_update_elastic_search_index` callbacks for models
# Search performs GET instead of POST
# Added percolator support
# Added percolator support for models
# CHANGELOG support in gemspec
# [FIX] Do not redefine #to_hash in models
# [FIX] Added that MyModel#update_elastic_search_index sets _index, _type, _version properties
# Added percolator support for DSL and ActiveModel
# Lazy loading of ResultsCollection into memory
# Fixes for debug logging
END
end

0 comments on commit 577b419

Please sign in to comment.