From 89d33ac411b99c99d8719647372df0d427eef64e Mon Sep 17 00:00:00 2001 From: Noah Mayr Date: Mon, 1 Apr 2024 11:49:14 +0200 Subject: [PATCH] changelog: add breaking change for jj log not using default revset with paths specified --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d93e165f5b..aca9e466348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * The `jj sparse` subcommands now parse and print patterns as workspace-relative paths. +* The `jj log` command no longer uses the default revset when a path is specified. + ### New features * Config now supports rgb hex colors (in the form `#rrggbb`) wherever existing color names are supported.