branch: externals-release/org
commit 8967a13b70ce1cd9abd84414ad342157901c3baf
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>
etc/ORG-NEWS: Add changelog template
* etc/ORG-NEWS (Version X.X (not released yet)): New section template
for release changelogs.
---
etc/ORG-NEWS | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 18844ce6ad..7438665d32 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -11,6 +11,33 @@ See the end of the file for license conditions.
Please send Org bug reports to mailto:[email protected].
+* COMMENT Version X.X (not released yet)
+
+** Important announcements and breaking changes
+
+# Here, we list the *most important* changes and changes that _likely_
+# require user action for most Org mode users.
+# Sorted from most important to least important.
+
+** New features
+
+# We list the most important features, and the features that may
+# require user action to be used.
+
+** New and changed options
+
+# Changes dealing with changing default values of customizations,
+# adding new customizations, or changing the interpretation of the
+# existing customizations.
+
+** New functions and changes in function arguments
+
+# This also includes changes in function behavior from Elisp perspective.
+
+** Removed or renamed functions and variables
+
+** Miscellaneous
+
* Version 9.8 (not released yet)
** Important announcements and breaking changes