diff --git a/Changelog.md b/Changelog.md index 6196f978c..132d0b0c7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,7 @@ Bug Fixes: (Eric Mueller, #1455) * Use `RSpec.warning` for an expectation warning rather than `Kernel.warn`. (Jon Rowe, #1472) * Prevent mismatched use of block and value matchers in compound expectations. (Phil Pirozhkov, #1476) +* Raise an error when passing no arguments to the `include` matcher. (Eric Mueller, #1479) Enhancements: