From f9b8ee44f2a616d6fa6b04969ec52e6ca4abeee7 Mon Sep 17 00:00:00 2001 From: iff Date: Thu, 10 Apr 2025 17:11:08 +0200 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac1a1d..7a62ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Adding executed commands to history for Bash, Zsh, and Fish + +### Fixed + +- PowerShell's init wasn't executing returned commands to be evaluated + ## [0.7.3] - 2025-04-09 ### Added @@ -41,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed -- No longer depends on `libcurl`. Now using `rusttls` +- No longer depends on `libcurl`. Now using `rustls` ## [0.7.1] - 2025-04-06