diff --git a/nixos/doc/manual/release-notes/rl-1509.xml b/nixos/doc/manual/release-notes/rl-1509.xml
index 336d94c0e574..b814426dbe8a 100644
--- a/nixos/doc/manual/release-notes/rl-1509.xml
+++ b/nixos/doc/manual/release-notes/rl-1509.xml
@@ -117,6 +117,20 @@ which contains the latest Elm platform.
instead of
.
+
+
+ Also, there now is support for the vboxsf file
+ system using the configuration
+ attribute. An example of how this can be used in a configuration:
+
+
+fileSystems."/shiny" = {
+ device = "myshinysharedfolder";
+ fsType = "vboxsf";
+};
+
+
+