diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2783f3da2..3c10abe43 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,27 @@
### New Features
-- Added `mount` and `unmount` event to the web component
+- **#225** Added `onCommit` listener to `mf.options`. This listener is invoked when
+ the user presses **Enter** or **Return** key, or when the field loses focus
+ and its value has changed since it acquired it.
+ In addition, a `change` event is triggered when using a `MathfieldElement`.
+ The event previously named `change` has been renamed to `input`.
+ This mimics the behavior of `` and `