CHANGELOG.md in array_include_methods-1.0.4 vs CHANGELOG.md in array_include_methods-1.1.0

- old
+ new

@@ -1,6 +1,12 @@ # Change Log +## 1.1.0 + +- Perform contiguous-element `include_all?([...])` check against an array argument (not splatted) +- Perform sorted `include_all?([...])` check against an array argument (not splatted) +- Perform non-repetition `include_all?([...])` check against an array argument (not splatted) + ## 1.0.4 - Support splat args (e.g. `include_any?(1, 2, 3)` instead of `include_any?([1, 2, 3])`) ## 1.0.3