diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 95b231aa..89d911b7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,11 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. +## 0.10.12 +* Add `shouldBeNamed()` assertion. +* Add `shouldBeInterface()` assertion. + ## 0.10.11 -* Add `#[TestRule]` attribute to mark test's methods as rules -* Add `shouldApplyAttribute()` assertion -* Deprecate `hasAttribute()` selector in favor of `appliesAttribute()` -* Allow extending test files +* Add `#[TestRule]` attribute to mark test's methods as rules. +* Add `shouldApplyAttribute()` assertion. +* Deprecate `hasAttribute()` selector in favor of `appliesAttribute()`. +* Allow extending test files. ## 0.10.10 * Add `shouldOnlyHaveOnePublicMethod()` assertion.