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

Commit

Permalink
Release 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Jul 4, 2011
1 parent 53907cd commit b101a3f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/tire/version.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module Tire
VERSION = "0.1.14"
VERSION = "0.1.15"

CHANGELOG =<<-END
IMPORTANT CHANGES LATELY:
# Added `<after/before>_update_elastic_search_index` callbacks for models
# Added percolator support for DSL and ActiveModel
# Lazy loading of ResultsCollection into memory
# Fixes for debug logging
# Cleanup of code for getting document type, id, JSON serialization
# Bunch of deprecations: sorting, passing document type to store/remove
# Displaying a warning when no ID is passed when storing in bulk
# Correct handling of import for Mongoid/Kaminari combos
END
end

0 comments on commit b101a3f

Please sign in to comment.