From 0c5a13d96388b65707f49648d035b61b170e0647 Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Wed, 8 Sep 2021 22:15:16 -0700 Subject: [PATCH] Update changelog for 0.3.9 release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d62d400f..569ae8c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.3.9 +* Add a subcommand to generate shell completions [#427](https://github.com/benfred/py-spy/issues/427) +* Allow attaching co_firstlineno to frame name [#428](https://github.com/benfred/py-spy/issues/428) +* Fix speedscope time interval [#434](https://github.com/benfred/py-spy/issues/434) +* Fix profiling on FreeBSD [#431](https://github.com/benfred/py-spy/issues/431) +* Use GitHub actions for FreeBSD CI [#433](https://github.com/benfred/py-spy/issues/433) + ## v0.3.8 * Add wheels for Apple Silicon [#419](https://github.com/benfred/py-spy/issues/419) * Add --gil and --idle options to top view [#406](https://github.com/benfred/py-spy/issues/406)