aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2025-05-06 16:18:21 -0700
committerGitHub <noreply@github.com>2025-05-06 16:18:21 -0700
commit45460d4c31c793985970a53f125d1a5da42c8d25 (patch)
tree446d80dda27f4999b843a467af607ecfe15934de /CHANGELOG.md
parentfeat: Implement KV as a write-through cache (#2732) (diff)
downloadatuin-45460d4c31c793985970a53f125d1a5da42c8d25.zip
chore(release): prepare for release 18.6.0 (#2740)
Co-authored-by: Ellie Huxtable <ellie@mac.lan>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7fe1688c..2aae34db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file.
## [unreleased]
+### Bug Fixes
+
+- Selection vs render issue ([#2706](https://github.com/atuinsh/atuin/issues/2706))
+
+
### Features
- *(stats)* Add jj to default common subcommands ([#2708](https://github.com/atuinsh/atuin/issues/2708))
- Delete duplicate history ([#2697](https://github.com/atuinsh/atuin/issues/2697))
+- Sort `atuin store status` output ([#2719](https://github.com/atuinsh/atuin/issues/2719))
+- Implement KV as a write-through cache ([#2732](https://github.com/atuinsh/atuin/issues/2732))
### Miscellaneous Tasks