Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosas committed Dec 23, 2023
1 parent 7c83cd8 commit 5f6e507
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 5f6e507

Please sign in to comment.