Preparing for v0.44.0

This commit is contained in:
Henning Dieterichs 2023-10-05 11:45:12 +02:00 committed by Henning Dieterichs
parent 94c055bcbd
commit 7e3d25aaca
2 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,10 @@
# Monaco Editor Changelog
## [0.44.0]
- Removes old diff editor implementation.
- Custom diff algorithms no longer can be passed via diff editor options, instead a service should be used ([see #3558 for more details](https://github.com/microsoft/monaco-editor/issues/3558)).
## [0.42.0]
- Uses new diff editor widget by default. Use `experimental.useVersion2: false` to use the old widget. The old widget will be replaced in the next update.