Skip to content

Commit

Permalink
Add changelog entry for leak fix (uber-go#644)
Browse files Browse the repository at this point in the history
The fix for uber-go#626 didn't include a changelog entry.
  • Loading branch information
akshayjshah authored Sep 20, 2018
1 parent aafb538 commit 2632e32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Make `fxtest.New` ensure that the app was created successfully. Previously,
it would return the app (similar to `fx.New`, which expects the user to verify
the error).
- Fix a goroutine leak in `fxtest.Lifecycle`.

## [1.7.0] - 2018-08-16
### Added
Expand Down

0 comments on commit 2632e32

Please sign in to comment.