CHANGELOG.md in array_include_methods-1.3.0 vs CHANGELOG.md in array_include_methods-1.4.0

- old
+ new

@@ -1,6 +1,11 @@ # Change Log +## 1.4.0 + +- `array_diff_indexes(other_array)` (alias: `array_diff_indices`) +- `array_intersection_indexes(other_array)` (alias: `array_intersection_indices`) + ## 1.3.0 - [API Breaking] Separate between operations `include_any?(*array)` and `include_any?(array)` to avoid confusion (remove support for the latter as it is not necessary) - [API Breaking] Separate between operations `include_all?(*array)` and `include_all?(array)` to avoid confusion (rename the latter to `include_array?(array)`) - `Array#include_all?(*other_array, same_sort: true)` accepts `same_sort` option (default: `false`)