Skip to content

Commit

Permalink
Released version 0.08
Browse files Browse the repository at this point in the history
  • Loading branch information
clintongormley committed Aug 9, 2012
1 parent f6f346c commit c5ec6a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changes
@@ -1,3 +1,11 @@
0.08 2012-08-09
ENHANCEMENT:
- added a transform() parameter to reindex() to allow the user to
change the data structure while reindexing
BUG FIX:
- don't try to destroy scopes during global shutdown
- reindex() was loading all docs into memory, rather than processing
them in blocks
0.07 2012-08-02
ENHANCEMENT:
- Added Elastic::Model::SearchBuilder to automatically serialize
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Expand Up @@ -2,7 +2,7 @@ name = Elastic-Model
author = Clinton Gormley <drtech@cpan.org>
license = Perl_5
copyright_holder = Clinton Gormley
version = 0.07
version = 0.08

[GatherDir]
exclude_filename = README.pod
Expand Down

0 comments on commit c5ec6a2

Please sign in to comment.