Add changelog entry for #243
diff --git a/spec/src/main/asciidoc/ELSpec.adoc b/spec/src/main/asciidoc/ELSpec.adoc
index b6adca5..339cb4e 100644
--- a/spec/src/main/asciidoc/ELSpec.adoc
+++ b/spec/src/main/asciidoc/ELSpec.adoc
@@ -3049,6 +3049,10 @@
identifier. This change supports a performance improvement in
`jakarta.servlet.jsp.el.ImportELResolver`.
+* https://github.com/jakartaee/expression-language/issues/243[#243]
+ Add support for the null coalescing operator (`??`) and the Elvis operator
+ (`?:`).
+
* https://github.com/jakartaee/expression-language/issues/313[#313]
Add support for inner classes when using the `ImportHandler` and clarify that
the import handler expects canonical class names where full class names are