diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98068b6b26..05d03f06f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Svelte changelog
+## 1.41.4
+
+* Handle self-destructive bindings ([#917](https://github.com/sveltejs/svelte/issues/917))
+* Prevent `innerHTML` with `
+ //
+ if (node.name === 'option' && !valueAttribute) {
+ node.attributes.push({
+ type: 'Attribute',
+ name: 'value',
+ value: node.children
+ });
+ }
+
// special case — in a case like this...
//
//