Skip to content

Commit

Permalink
Add changelog entry for v1.1.11 (#64)
Browse files Browse the repository at this point in the history
This adds entries for CHANGELOG to prepare for v1.1.11 release of goleak.
  • Loading branch information
sywhang committed Sep 8, 2021
1 parent 6911603 commit 1e9de54
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.1.0]
## [1.1.11]
### Fixed
- Documentation fix on how to test.
- Update dependency on stretchr/testify to v1.7.0. (#59)
- Update dependency on golang.org/x/tools to address CVE-2020-14040. (#62)

## [1.1.10]
### Added
- [#49]: Add option to ignore current goroutines, which checks for any additional leaks and allows for incremental adoption of goleak in larger projects.

Expand Down

0 comments on commit 1e9de54

Please sign in to comment.