diff --git a/CHANGELOG.md b/CHANGELOG.md index 1079ab5f1b..aad38dc042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `jj rebase -r` now accepts `--insert-after` and `--insert-before` options to customize the location of the rebased revisions. -* Commit objects in templates now have a `containted_in(revset: String) -> Boolean` method. +* Commit objects in templates now have a `contained_in(revset: String) -> + Boolean` method. ### Fixed bugs