summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-01-05 04:54:14 +0300
committerChristian Duerr <contact@christianduerr.com>2020-01-05 01:54:14 +0000
commit0cc68da04f109f66159aadc2404e232ab96bb97e (patch)
tree9d54e8accf059ce70039b29cfd7ac54836d9ce0e /CHANGELOG.md
parent1cfb0740bc530da3162292bbf682a234240f26a3 (diff)
Add `Minimize` binding action
Fixes #2534.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e87e2ec0..632c2fbd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- /Applications symlink into OS X DMG for easier installation
- Colored emojis on Linux/BSD
- Value `randr` for `WINIT_HIDPI_FACTOR`, to ignore `Xft.dpi` and scale based on screen dimensions
+- `Minimize` key binding action, bound to `cmd + m` on macOS
### Changed