Fix missing space in changelog
diff --git a/ChangeLog b/ChangeLog
index c63654b..4225d5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -119,7 +119,7 @@
 
   Closes #2672
 
-* Add basic support for ``ast.TemplateStr`` and ``ast.Interpolation``added in Python 3.14.
+* Add basic support for ``ast.TemplateStr`` and ``ast.Interpolation`` added in Python 3.14.
 
   Refs #2789