Skip to content

Commit

Permalink
Reorder changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsayellow committed Apr 27, 2021
1 parent ded184a commit becfe54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dev

- Fixed bug #670 where uninstalling a venv could erroneously uninstall other apps from the local binary directory. (#672)
- Added `--json` switch to `pipx list` to output rich json-metadata for all venvs.
- Ensured log files are utf-8 encoded to preven Unicode encoding errors from occurring with emojis. (#646)
- Fixed issue which made pipx incorrectly list apps as part of a venv when they were not installed by pipx. (#650)
- Fixed old regression that would prevent pipx uninstall from cleaning up linked binaries if the venv was old and did not have pipx metadata. (#651)
- Fixed bugs with suffixed-venvs on Windows. Now properly summarizes install, and actually uninstalls associated binaries for suffixed-venvs. (#653)
- Added `--json` switch to `pipx list` to output rich json-metadata for all venvs.
- Changed venv minimum python version to 3.6, removing python 3.5 which is End of Life. (#666)
- Fixed bug #670 where uninstalling a venv could erroneously uninstall other apps from the local binary directory. (#672)

0.16.1.0

Expand Down

0 comments on commit becfe54

Please sign in to comment.