Skip to content

Commit

Permalink
CHANGELOG: mention #32 fix
Browse files Browse the repository at this point in the history
Ref: 6864912 ("Isolate the testing import in test code")
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
  • Loading branch information
cyphar committed Oct 8, 2024
1 parent 86e6182 commit 3ec6eed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] ##

### Fixed ###
- Previously, some testing mocks we had resulted in us doing `import "testing"`
in non-`_test.go` code, which made some downstreams like Kubernetes unhappy.
This has been fixed. (#32)

## [0.3.3] - 2024-09-30 ##

### Fixed ###
Expand Down

0 comments on commit 3ec6eed

Please sign in to comment.