Docs: move changelog from GitHub release notes to repository file

This commit is contained in:
medmunds
2018-06-15 17:10:16 -07:00
parent 02e6daf9d4
commit 3f2c6d6917
4 changed files with 760 additions and 17 deletions

4
docs/changelog.rst Normal file
View File

@@ -0,0 +1,4 @@
.. _changelog:
.. _release_notes:
.. include:: ../CHANGELOG.rst

View File

@@ -32,6 +32,6 @@ Documentation
:caption: About Anymail
contributing
release_notes
changelog
Docs privacy <docs_privacy>

View File

@@ -1,16 +0,0 @@
.. _release_notes:
Release notes
=============
Complete release notes can be found in the project's
`GitHub releases page`_.
Anymail practices `semantic versioning <semver>`_.
Among other things, this means that minor updates
(1.x to 1.y) should always be backwards-compatible,
and breaking changes will always increment the
major version number (1.x to 2.0).
.. _GitHub releases page: https://github.com/anymail/django-anymail/releases
.. _semver: http://semver.org