From a34a1bd55e0a697b8c4fee0891051d89d6d0ec6e Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 24 Jul 2021 00:47:21 +0000 Subject: [PATCH] Update changelog for v0.18.0 --- CHANGELOG.md | 14 ++++++++++ changelog.d/20210723_163242_brett.md | 42 ---------------------------- changelog.d/20210723_163447_brett.md | 41 --------------------------- changelog.d/20210723_163724_brett.md | 41 --------------------------- 4 files changed, 14 insertions(+), 124 deletions(-) delete mode 100644 changelog.d/20210723_163242_brett.md delete mode 100644 changelog.d/20210723_163447_brett.md delete mode 100644 changelog.d/20210723_163724_brett.md diff --git a/CHANGELOG.md b/CHANGELOG.md index c95650c..e5fae1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,20 @@ See the changelog fragments in the [`changelog.d` directory](https://github.com/ +## --add — 2021-07-24 + +### Added + +- A changelog (powered by [scriv](https://scriv.readthedocs.io/) by @nedbat; [#122](https://github.com/brettcannon/python-launcher/issues/122)). + +### Changed + +- Moved all tests over to Rust (#126 and implicitly solves the same problem that #109 was meant for). + +### Fixed + +- When the current working directory is invalid (e.g. doesn't exist or insufficient permissions), don't trigger a panic (fixed as a side-effect of #125). + ## 0.17.0 — 2021-07-18 ### Changed diff --git a/changelog.d/20210723_163242_brett.md b/changelog.d/20210723_163242_brett.md deleted file mode 100644 index a34ca16..0000000 --- a/changelog.d/20210723_163242_brett.md +++ /dev/null @@ -1,42 +0,0 @@ - - - - -### Added - -- A changelog (powered by [scriv](https://scriv.readthedocs.io/) by @nedbat; [#122](https://github.com/brettcannon/python-launcher/issues/122)). - - - - - diff --git a/changelog.d/20210723_163447_brett.md b/changelog.d/20210723_163447_brett.md deleted file mode 100644 index 518b3c2..0000000 --- a/changelog.d/20210723_163447_brett.md +++ /dev/null @@ -1,41 +0,0 @@ - - - - - -### Changed - -- Moved all tests over to Rust (#126 and implicitly solves the same problem that #109 was meant for). - - - - diff --git a/changelog.d/20210723_163724_brett.md b/changelog.d/20210723_163724_brett.md deleted file mode 100644 index 9a607c4..0000000 --- a/changelog.d/20210723_163724_brett.md +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - -### Fixed - -- When the current working directory is invalid (e.g. doesn't exist or insufficient permissions), don't trigger a panic (fixed as a side-effect of #125). - -