From 88a30e8cc00d873627d8e3d58d2130879acf720f Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sat, 8 Aug 2015 17:33:55 -0400
Subject: [PATCH] Document items that should appear in the major release notes

---
 src/tools/RELEASE_CHANGES | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES
index 79a3e19ba52..6814c5edeb7 100644
--- a/src/tools/RELEASE_CHANGES
+++ b/src/tools/RELEASE_CHANGES
@@ -33,6 +33,11 @@ For Major Releases
 
 * Release notes
 	o use git log or src/tools/git_changelog to find the relevant commits
+		o  new features and options
+		o  major performance improvements
+		o  bug fixes for serious or common bugs
+		o  incompatibilities
+		o  major source code changes
 	o check completion of items that have been marked as completed at
 	  http://wiki.postgresql.org/wiki/Todo
 	o remove completed TODO items
-- 
GitLab