Skip to content

Commit f924f7b

Browse files
committed
wip
1 parent f25110c commit f924f7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/upgrading.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ CodeCompanion follows [semantic versioning](https://semver.org/) and to avoid br
1111
## v18.6.0 to v19.0.0
1212

1313
- The Super Diff has now been removed from CodeCompanion ([#2600](https://github.com/olimorris/codecompanion.nvim/pull/2600))
14-
- CodeCompanion now only supports a built-in diff which is enabled by default ([#2600](https://github.com/olimorris/codecompanion.nvim/pull/2600))
14+
- CodeCompanion now only supports a built-in diff which is enabled by default ([#2600](https://github.com/olimorris/codecompanion.nvim/pull/2600)), dropping support for Mini.Diff
1515

1616
### Config
1717

1818
- Diff keymaps have moved from `interactions.inline.keymaps` to `interactions.shared.keymaps` ([#2600](https://github.com/olimorris/codecompanion.nvim/pull/2600))
1919
- All diff config has moved to `display.diff` ([#2600](https://github.com/olimorris/codecompanion.nvim/pull/2600))
20+
- `variables` have been renamed to `editor_context` and the config paths are now `interactions.chat.editor_context` and `interactions.inline.editor_context` ([#2719](https://github.com/olimorris/codecompanion.nvim/pull/2719))
2021

2122
## v17.33.0 to v18.0.0
2223

0 commit comments

Comments
 (0)