diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT
index 9e3b75d22..8a4ec692b 100644
--- a/ANNOUNCEMENT
+++ b/ANNOUNCEMENT
@@ -18,6 +18,7 @@ Changes since FLTK 1.1.10 include:
- Fixed missing architecture flags in OS X build (STR #2303)
- Fixed menu and shortcut handling (STR #2243)
- Fixed multiple line output of fltk-config --libs (STR #2408)
+ - Fixed handling of missing fonts in Xft (STR #2355)
----HTML----
@@ -43,5 +44,6 @@ exceptions that allow for static linking.
Fixed missing architecture flags in OS X build (STR #2303)
Fixed menu and shortcut handling (STR #2243)
Fixed multiple line output of fltk-config --libs (STR #2408)
+ Fixed handling of missing fonts in Xft (STR #2355)
diff --git a/CHANGES b/CHANGES
index 2e22acba6..9782ad92b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,7 @@ CHANGES IN FLTK 1.1.11
- Fixed missing architecture flags in OS X build (STR #2303)
- Fixed menu and shortcut handling (STR #2243)
- Fixed multiple line output of fltk-config --libs (STR #2408)
+ - Fixed handling of missing fonts in Xft (STR #2355)
CHANGES IN FLTK 1.1.10