diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3b5cef..32a6581 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,13 @@ See also [the changelog of monaco-editor](https://github.com/Microsoft/monaco-ed
# 0.17.2
+- Feature #9. Add new method to extender: `createEditorOverrideOptions`. This lets you pass specify custom override services to the
+ editor.
- Fix #10. Load CSS worker when language is set to SCSS or LESS
- Fix a missing localization (CSS specificity tooltip)
-- Implement #9. Add new method to extender: `createEditorOverrideOptions`. This lets you pass specify custom override services to the
- editor.
+- Fix `https://github.com/microsoft/monaco-editor/issues/1353` (scrolling does not work in Firefox). It will be fixed in
+ the next release of monaco-editor. Since it seems to be taking some time, this includes the proposed patch
+ https://github.com/microsoft/vscode/pull/72832
- Demo project: change from cargo to jetty
# 0.17.1
diff --git a/README.md b/README.md
index 84fc455..9d1c96d 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Make sure you're running at least PrimeFaces 7.0. Include this as a dependency:
editorWidget.getMonaco()
now returns undefined.css
or javascript
. Must return the worker to be used for the given language. Note that editorWidget.getMonaco()
returns undefined as the monaco editor was not created yet.