summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76cd4f6..aafd641 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.7.1] - 2021-07-17
+### Added
+- Add an example for selection mode to README.md
+
+### Changed
+- Update README.md about `libxkbcommon-dev` dependency (#26)
+
+### Fixed
+- Run the terminal on stderr and use stdout for output (#27)
+
## [0.7.0] - 2021-07-07
### Added
- Add `--select` option (#24)