diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-12-28 18:57:30 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-01-06 08:59:54 +0100 |
commit | 047152acb891c395d4280e4bbdc9e6df9eb23f0e (patch) | |
tree | fc43be24a7d64c1f62e25253e044e55bae095d29 /CHANGELOG.md | |
parent | 8465c2e6df2bc83bac4ee3a8c86383a5b9192ecf (diff) | |
download | alacritty-047152acb891c395d4280e4bbdc9e6df9eb23f0e.tar.gz alacritty-047152acb891c395d4280e4bbdc9e6df9eb23f0e.zip |
Fix `alacritty migrate` with nonexistent imports
Fixes #7473.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ebbb00..f68cb5ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The sections should follow the order `Packaging`, `Added`, `Changed`, `Fixed` an The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 0.13.1-rc1 + +### Fixed + +- `alacritty migrate` failing with nonexistent imports + ## 0.13.0 ### Packaging |