We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4588fc4 commit3a1bd02Copy full SHA for 3a1bd02
src/tools/RELEASE_CHANGES
@@ -45,7 +45,7 @@ For Major Releases
45
o group items into categories
46
o select major features
47
o select incompatibilities
48
-o adddocumenation for items
+o adddocumentation for items
49
50
* Documentation
51
o document all new features
@@ -114,6 +114,10 @@ the library has changed, typically a change in source code between releases
114
would mean an increase in the minor version number so long as it does not
115
require a major version increase.
116
117
+Given that we make at least minor changes to our libraries in every major
118
+PostgreSQL version, we always bump all minor library version numbers at the
119
+start of each development cycle as a matter of policy.
120
+
121
Minimizing Changes
122
==================
123