From 22117171bdff43981545747a1b285170fcefca8c Mon Sep 17 00:00:00 2001 From: Daniel Ploch Date: Fri, 19 Jan 2024 15:08:07 -0500 Subject: [PATCH] changelog: update changelog for next/prev changes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 207516947..5eb0b0ca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `jj tag list` command prints imported git tags. +* `jj next` and `jj prev` now prompt in the event of the next/previous commit + being ambiguous, instead of failing outright. + ### Fixed bugs