Skip to content

Commit ddfede7

Browse files
committed
Changelog entries
1 parent 4f6e38b commit ddfede7

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Tests
9+
- Inline test case structs for consistency.
10+
- Use the correct assertion format overload.
11+
- Always use testing `Setenv` with automatic cleanup.
12+
- Makefile target for unit testing all modules.
13+
- Various assertion consistency improvements.
14+
- Use context from `testing.T` introduced in Go 1.24.
815

916
## [v7.10.0] - 2025-10-07
1017
### Security

contrib/vfsevents/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Tests
9+
- Use the correct assertion format overload.
10+
- Use context from `testing.T` introduced in Go 1.24.
811

912
## [contrib/vfsevents/v1.1.0] - 2025-10-07
1013
### Security

0 commit comments

Comments
 (0)