aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2023-03-22 05:28:18 +0100
committerGitHub <noreply@github.com>2023-03-22 07:28:18 +0300
commitef8cc5d63f34b09e46d8c733cd5a472d480f7cf1 (patch)
tree8a320dc0ba33fe11ac8e6c17246434cfc1e0717e
parent4b91a1dbe97d209273290480f58480f48fa4af97 (diff)
downloadalacritty-ef8cc5d63f34b09e46d8c733cd5a472d480f7cf1.tar.gz
alacritty-ef8cc5d63f34b09e46d8c733cd5a472d480f7cf1.zip
Bump CHANGELOG development version to 0.13.0-dev
This is only an update to the development version and does not represent a stable release. The original bump to 0.13.0-dev was made in 9cf2c89, but did not make any changes to the changelog. This adds a 0.13.0-dev changelog entry to master so new changes are properly added to the correct place.
-rw-r--r--CHANGELOG.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4566251c..ffdfc8c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,13 @@ 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.12.0-dev
+## 0.13.0-dev
+
+### Fixed
+
+- Character `;` inside the `URI` in `OSC 8` sequence breaking the URI
+
+## 0.12.0
### Added
@@ -50,7 +56,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- EOT (`\x03`) escaping bracketed paste mode
- Drag & Drop not working for the search bar
- Simple-fullscreened window not resized when moving between monitors on macOS
-- Character `;` inside the `URI` in `OSC 8` sequence breaking the URI
### Removed