docs
diff --git a/doc/jsoncpp.dox b/doc/jsoncpp.dox
index fe06d50..0581476 100644
--- a/doc/jsoncpp.dox
+++ b/doc/jsoncpp.dox
@@ -79,6 +79,7 @@
 root["indent"]["length"] = getCurrentIndentLength();
 root["indent"]["use_space"] = getCurrentIndentUseSpace();
 
+// (NEW IN 1.4.0)
 // To write into a steam with minimal memory overhead,
 // create a Builder for a StreamWriter.
 Json::StreamWriterBuilder builder;