Commit dcda96660a8058ea49e02d21a5cc3b080d5f077e
1 parent
6d6a05aa
Exists in
master
and in
6 other branches
Fixed names in changelog [skip ci]
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
CHANGELOG.md
... | ... | @@ -59,7 +59,7 @@ Breaking changes |
59 | 59 | |
60 | 60 | - Removed support for Elasticsearch 5 |
61 | 61 | - Removed support for multi-word synonyms (they no longer work with shingles) |
62 | -- Removed support for ActiveRecord < 5 | |
62 | +- Removed support for Active Record < 5 | |
63 | 63 | |
64 | 64 | ## 3.1.3 (2019-04-11) |
65 | 65 | |
... | ... | @@ -126,7 +126,7 @@ Breaking changes |
126 | 126 | Breaking changes |
127 | 127 | |
128 | 128 | - Removed support for Elasticsearch 2 |
129 | -- Removed support for ActiveRecord < 4.2 and Mongoid < 5 | |
129 | +- Removed support for Active Record < 4.2 and Mongoid < 5 | |
130 | 130 | - Types are no longer used |
131 | 131 | - The `_all` field is disabled by default in Elasticsearch 5 |
132 | 132 | - Conversions are not stemmed by default |
... | ... | @@ -431,7 +431,7 @@ Breaking changes |
431 | 431 | |
432 | 432 | ## 0.8.3 (2014-09-20) |
433 | 433 | |
434 | -- Added support for ActiveJob | |
434 | +- Added support for Active Job | |
435 | 435 | - Added `timeout` setting |
436 | 436 | - Fixed import with no records |
437 | 437 | |
... | ... | @@ -538,7 +538,7 @@ Breaking changes |
538 | 538 | |
539 | 539 | ## 0.5.2 (2014-02-12) |
540 | 540 | |
541 | -- Use after_commit hook for ActiveRecord to prevent data inconsistencies | |
541 | +- Use after_commit hook for Active Record to prevent data inconsistencies | |
542 | 542 | |
543 | 543 | ## 0.5.1 (2014-02-12) |
544 | 544 | ... | ... |