diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-04 23:11:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-04 23:11:29 +0000 |
commit | f0dbfc9b9c6514bc60e271bb74c2970e645d998f (patch) | |
tree | 2615f12f1335c7d80394d6c6d96dbdd01708c6ad /CHANGELOG.md | |
parent | 5776ec09d6d56540549fc513273ae511d3316f22 (diff) | |
download | alacritty-f0dbfc9b9c6514bc60e271bb74c2970e645d998f.tar.gz alacritty-f0dbfc9b9c6514bc60e271bb74c2970e645d998f.zip |
Fix build errors on BSDv0.3.0-rc3
This updates winit and glutin to the latest git versions instead of
relying on releases to fix a build failure on BSD.
Unfortunately the upstream version bumps might still take a bit and
there hasn't been any feedback with regards to a planned release date.
This also fixes a slight issue on Windows where selections would start
when focusing a window and a build failure with some Linux systems
Fixes #2243.
Fixes #2170.
Fixes #2244.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ee86955c..bdede35d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - URLs stopping at double-width characters - Fix `start_maximized` option on X11 - Error when parsing URLs ending with Unicode outside of the ascii range +- On Windows, focusing a Window will no longer start a selection ## Version 0.2.9 |