diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88b48130..c622afa6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,8 @@
 
 * Improved some error messages.
 
+* Fix: interrupt functions written in assembly no longer have the default prologue (#62).
+
 * Fixed the `a8_os` module (#58).
 
 * Fixed evaluation of division of large constants.
@@ -26,6 +28,8 @@
 
 * 8080/Z80: Optimization improvements. 
 
+* New Atari examples (thanks to @zbyti).
+
 ## 0.3.18 (2020-04-08)
 
 * Support for Motorola 6809 (complete, but still experimental).