Skip to content

Commit

Permalink
Update CHANGELOG for 0.3.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed May 6, 2021
1 parent 5a8f98c commit ae3ed11
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.3.6
* Fix profiling inside a venv on windows [#216](https://github.com/benfred/py-spy/issues/216)
* Detect GIL on Python 3.9.3+, 3.8.9+ [#375](https://github.com/benfred/py-spy/issues/375)
* Fix getting thread names on python 3.9 [#387](https://github.com/benfred/py-spy/issues/387)
* Fix getting thread names on ARMv7 [#388](https://github.com/benfred/py-spy/issues/388)
* Add python integration tests, and test wheels across a range of different python versions [#378](https://github.com/benfred/py-spy/pull/378)
* Automatically add tests for new versions of python [#379](https://github.com/benfred/py-spy/pull/379)

## v0.3.5
* Handle case where linux kernel is compiled without ```process_vm_readv``` support [#22](https://github.com/benfred/py-spy/issues/22)
* Handle case where /proc/self/ns/mnt is missing [#326](https://github.com/benfred/py-spy/issues/326)
Expand Down

0 comments on commit ae3ed11

Please sign in to comment.