diff --git a/CHANGELOG.md b/CHANGELOG.md
index d4d39bda064d6caf53ddfd816cdb398f1eed07de..aa0ef42ba87dcf92bc82690d837609b5e4a12b67 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,8 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Added
 
 * New functions getEnumNameFromValue() and getEnumValueFromName().
-* Extern C now supports datatypes, roles, and importances as enums,
-  and typed property values
+* Extern C now supports the full C++ functionalities.
 
 ### Changed