Skip to content

Commit

Permalink
Prep changelog for 1.0.0 release (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantv committed Jan 7, 2020
1 parent 7b53663 commit 16be2ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ 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).

## [Unreleased]
## [1.0.0]
### Changed
- Migrate to Go modules.

### Fixed
- Ignore trace related goroutines that cause false positives with -trace.

## 0.10.0
- Initial release.

[Unreleased]: https://github.com/uber-go/goleak/compare/v0.10.0...HEAD
[1.0.0]: https://github.com/uber-go/goleak/compare/v0.10.0...v1.0.0

0 comments on commit 16be2ab

Please sign in to comment.