From 16be2abb5bbf96c9dd6a759592a32e5aa04cb15e Mon Sep 17 00:00:00 2001 From: Prashant Varanasi Date: Tue, 7 Jan 2020 15:11:50 -0800 Subject: [PATCH] Prep changelog for 1.0.0 release (#42) --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb7fdc..2dfb98f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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