From d29a03192615b55593af4a89283f5b5c72f13afe Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Tue, 8 Oct 2013 10:29:43 -0400
Subject: [PATCH] Additional instructions on minor release note creation.

---
 src/tools/RELEASE_CHANGES | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES
index b0b31d6c964..91b38251765 100644
--- a/src/tools/RELEASE_CHANGES
+++ b/src/tools/RELEASE_CHANGES
@@ -95,7 +95,8 @@ Creating Back-Branch Release Notes
   between branch stamping and the release date.
 
 * On the git master branch, edit and create SGML markup for the most recent
-  branch in that branch's release-N.N.sgml file
+  branch in that branch's release-N.N.sgml file.  Minor release notes
+  should include more small change details because testing is limited.
 
 * Copy this into older branches' release-N.N.sgml files, then remove
   items that do not apply based on commit logs for that branch.