diff --git a/NewAndNoteworthy/CDT-11.4.md b/NewAndNoteworthy/CDT-11.4.md
index 0eeef6aaacf..9092f2637d5 100644
--- a/NewAndNoteworthy/CDT-11.4.md
+++ b/NewAndNoteworthy/CDT-11.4.md
@@ -18,6 +18,14 @@ Users can opt to show or hide absent translation unit files using a new _Absent
![](images/CDT-11.4-absent-tu-filter.png)
+## Managed build library grouping option
+
+The managed build GNU linker tool description now provides an option for grouping libraries on the linker command line:
+
+![](images/CDT-11.4-group-libraries.png)
+
+The new option is available within managed build configurations using a _Cross GCC_, _Cygwin GCC_, _Linux GCC_ or _MinGW GCC_ toolchain.
+
# API Changes, current and planned
## Changes to org.eclipse.tools.templates APIs
diff --git a/NewAndNoteworthy/images/CDT-11.4-group-libraries.png b/NewAndNoteworthy/images/CDT-11.4-group-libraries.png
new file mode 100644
index 00000000000..4dfaf241dc1
Binary files /dev/null and b/NewAndNoteworthy/images/CDT-11.4-group-libraries.png differ