From 0a1c2a7ca1d37070b0ca819c7e465bd35b4d79ff Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 4 Aug 2018 13:15:20 -0300 Subject: [PATCH] Add a changelog blurb and title, similar to tox --- CHANGELOG.rst | 10 ++++++++++ doc/en/changelog.rst | 3 --- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 90e8cc1ac..e837807cb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,13 @@ +================= +Changelog history +================= + +Versions follow `Semantic Versioning `_ (``..``). + +Backward incompatible (breaking) changes will only be introduced in major versions +with advance notice in the **Deprecations** section of releases. + + .. You should *NOT* be adding new change log entries to this file, this file is managed by towncrier. You *may* edit previous change logs to diff --git a/doc/en/changelog.rst b/doc/en/changelog.rst index a59b3c7e2..f9a219a92 100644 --- a/doc/en/changelog.rst +++ b/doc/en/changelog.rst @@ -1,7 +1,4 @@ .. _changelog: -Changelog history -================================= - .. include:: ../../CHANGELOG.rst