From e98ec502ba0f5d06ee9860470777d70f2e5c7dd5 Mon Sep 17 00:00:00 2001 From: Alexander Shorin Date: Tue, 30 Jul 2019 07:09:09 +0300 Subject: [PATCH] Fix #93 reference in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de947e41..2bed17a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ * Add option to write out Speedscope files [#115](https://github.com/benfred/py-spy/issues/115) * Add option to output raw call stack data [#35](https://github.com/benfred/py-spy/issues/35) * Get thread idle status from OS [#92](https://github.com/benfred/py-spy/issues/92) -* Add 'unlimited' default option for the duration (#93)[https://github.com/benfred/py-spy/issues/93] +* Add 'unlimited' default option for the duration [#93](https://github.com/benfred/py-spy/issues/93) * Allow use as a library by other rust programs [#110](https://github.com/benfred/py-spy/issues/110) * Show OS threadids in --dump [#57](https://github.com/benfred/py-spy/issues/57) * Drop root permissions when starting new process [#116](https://github.com/benfred/py-spy/issues/116)