summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-07-08 02:20:59 +0300
committerorhun <orhun@archlinux.org>2021-07-08 02:20:59 +0300
commit94d6fb7a57d5e6e5fc241f377b67e6da564012ec (patch)
tree7f1f00b4a0c81b19bc46136d2e1d3d2a00c759f6 /CHANGELOG.md
parent888a5d836d036e199bde044c08adc04a38d9464d (diff)
chore: Prepare for the 0.7.0 releasev0.7.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78ca533..76cd4f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,14 @@ 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.0] - 2021-07-07
+### Added
+- Add `--select` option (#24)
+
+### Changed
+- Extend the FromStr implementation of CopyType
+- Rename clipboard module and CopyType struct to 'selection'
+
## [0.6.2] - 2021-06-27
### Changed
- Bump the Rust version in Dockerfile