summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-06-03 02:29:38 +0300
committerorhun <orhun@archlinux.org>2021-06-03 02:29:38 +0300
commitc8f29e376501f212ddbc16b844ceaf42bc8f62d8 (patch)
tree8197e5c04785d79c195d1c43e7b021e3de281335 /CHANGELOG.md
parent310998361243285f5ffc37563624bf728e278214 (diff)
chore: Prepare for the 0.2.0 releasev0.2.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 89bf10d..7d4f206 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ 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.2.0] - 2021-06-02
+### Added
+- Add installation instructions for FreeBSD
+- Add Homebrew instructions to README.md
+- Add NetBSD instructions to README.md
+
+### Changed
+- Update table of contents
+- Support xplr for file selection (closes #2)
+- Use eprintln macro while printing errors
+- Update README.md about the use of xplr
+
## [0.1.5] - 2021-05-31
### Added
- Add dependency installation instructions for Void Linux (#11)