Changelog.md in rspec-its-1.3.0 vs Changelog.md in rspec-its-1.3.1
- old
+ new
@@ -1,4 +1,12 @@
+### 1.3.1 / 2024-10-23
+[full changelog](http://github.com/rspec/rspec-its/compare/v1.3.0...v1.3.1)
+
+Bug fixes:
+
+* Prevent overridden `example` methods causing issues by creating our own
+ Example Group creation alias `__its_example`. (Jon Rowe, #95)
+
### 1.3.0 / 2019-04-09
[full changelog](http://github.com/rspec/rspec-its/compare/v1.2.0...v1.3.0)
Enhancements:
* Introduced `will` and `will_not` as to allow one line block expectations.