Update changelog

This commit is contained in:
Zach Snicker 2024-06-28 22:23:55 +05:30
parent 142b2fa6cd
commit 4a39513c63
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
The _in_venv function now detects Python virtual environments by checking
for a pyvenv.cfg file, ensuring reliable detection on various platforms.
-- by :user:`zachsnickers`.