Skip to content

Commit 31095c6

Browse files
mwayabhinav
andauthored
Release v1.3.0 (#115)
### Fixed - Built-in ignores now match function names more accurately. They will no longer ignore stacks because of file names that look similar to function names. (#112) ### Added - Add an `IgnoreAnyFunction` option to ignore stack traces that have the provided function anywhere in the stack. (#113) - Ignore `testing.runFuzzing` and `testing.runFuzzTests` alongside other already-ignored test functions (`testing.RunTests`, etc). (#105) ### Changed - Miscellaneous CI-related fixes. (#103, #108, #114) --------- Co-authored-by: Abhinav Gupta <mail@abhinavg.net>
1 parent 5643445 commit 31095c6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.3.0]
88
### Fixed
99
- Built-in ignores now match function names more accurately.
1010
They will no longer ignore stacks because of file names
11-
that look similar to function names.
11+
that look similar to function names. (#112)
1212
### Added
1313
- Add an `IgnoreAnyFunction` option to ignore stack traces
14-
that have the provided function anywhere in the stack.
14+
that have the provided function anywhere in the stack. (#113)
15+
- Ignore `testing.runFuzzing` and `testing.runFuzzTests` alongside
16+
other already-ignored test functions (`testing.RunTests`, etc). (#105)
17+
### Changed
18+
- Miscellaneous CI-related fixes. (#103, #108, #114)
19+
20+
[1.3.0]: https://github.com/uber-go/goleak/compare/v1.2.1...v1.3.0
1521

1622
## [1.2.1]
1723
### Changed

0 commit comments

Comments
 (0)