diff --git a/CHANGELOG.md b/CHANGELOG.md index 003e163f..53ff8137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,5 @@ [//]: # (current developments) -## 2.1.0 (2024-05-21) - -### Bug fixes - -* Improve error handling for installing identical MacOS apps and warn about overwriting shortcuts on other platforms. (#203 via #205) -* Expand variables when creating `working_dir` and use `os.path.expanduser` logic for default `working_dir` on Windows. (#211 via #212) - -### Other - -* Pin Visual Studio version to 2022 for canary builds to account for changes to GitHub runners. (#215) - -### Contributors - -* @JTignor-Raltron -* @jaimergp -* @marcoesters -* @conda-bot -* @dependabot[bot] -* @pre-commit-ci[bot] - - - ## 2.1.0 (2024-05-21) ### Enhancements @@ -29,6 +7,8 @@ * Support different name for shortcuts within and outside base environment (support v1 behavior). (#180) * Support the `NSSupportsAutomaticGraphicsSwitching` flag for MacOS apps. (#194) * Add option to create a Windows Terminal profile. (#196 via #200) +* Improve error handling for installing identical MacOS apps and warn about overwriting shortcuts on other platforms. (#203 via #205) +* Expand variables when creating `working_dir` and use `os.path.expanduser` logic for default `working_dir` on Windows. (#211 via #212) ### Bug fixes @@ -41,6 +21,10 @@ * Add notes on "missing" Start Menu directories on Windows and on how to migrate `pywscript` and `pyscript` to menuinst v2 (#181) * Fix API Reference hyperlinks. (#190) +### Other + +* Pin Visual Studio version to 2022 for canary builds to account for changes to GitHub runners. (#215) + ### Contributors * @JTignor-Raltron