Skip to content

Commit 700a221

Browse files
committed
CHANGELOG: mention #32 fix
Ref: 6864912 ("Isolate the testing import in test code") Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
1 parent 86e6182 commit 700a221

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased] ##
88

9+
### Fixed ###
10+
- Previously, some testing mocks we had resulted in us doing `import "testing"`
11+
in non-`_test.go` code, which made some downstreams like Kubenretes unhappy.
12+
This has been fixed. (#32)
13+
914
## [0.3.3] - 2024-09-30 ##
1015

1116
### Fixed ###

0 commit comments

Comments
 (0)