diff --git a/changelog.html b/changelog.html
index 1804af93..c7b33093 100644
--- a/changelog.html
+++ b/changelog.html
@@ -49,11 +49,19 @@
Downloads and change log
Back to the JANINO home page
- Version 3.1.11 (only available as source code)
+ Version 3.1.12 (only available as source code)
+ Version 3.1.11 2023-11-27
+
+ - Implemented the Java 15 feature "text blocks".
+ - Fixed issue #209 "Use Java's ServiceLoader instead of org.codehaus.commons.compiler.properties".
+ - Bug fixed: Unlabeled BREAK did break a labeled statement, which is wrong (it breaks the loop enclosing the labeled statement).
+ - Fixed issue #208 "spark compilation failed with ArrayIndexOutOfBoundsException"
+
+
Version 3.1.10 2023-07-04
- Fixed issue #205: Classpath: Class archive file naming: Removed the file name check for class file archives; previously: *.jar and *.zip