Skip to content

Commit 651cbb9

Browse files
committed
Update changelog
1 parent 26433a8 commit 651cbb9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414
- Added `Greater`, `GreaterOrEqual`, `Less`, and `LessOrEqual` assert methods for numeric comparison
1515
- Added `Empty` and `NotEmpty` assert methods for zero-length checks on strings, slices, maps, and channels
1616
- Added `NotEqualDelta` assert method, complementing `EqualDelta`
17+
1718
### Fixed
1819
- `Error` and `NoError` now correctly treat typed nil errors (e.g. `(*MyError)(nil)`) as nil
1920

0 commit comments

Comments
 (0)