From d0e3e7001d2b6299cd793744901539cdccf0bbf3 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Fri, 16 Feb 2018 18:24:32 +0000 Subject: [PATCH] Rewrite generic changelog --- CHANGELOG.markdown | 31 ------------------------------- CHANGELOG.rst | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 31 deletions(-) delete mode 100644 CHANGELOG.markdown create mode 100644 CHANGELOG.rst diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown deleted file mode 100644 index 166afb8..0000000 --- a/CHANGELOG.markdown +++ /dev/null @@ -1,31 +0,0 @@ -Change Log -========== - -All notable changes to projects in this repository will be documented -in the change logs. Furthermore, these projects are versioned -according to the [Package Versioning Policy][pvp], the *de facto* -standard Haskell versioning scheme. - -[pvp]: https://pvp.haskell.org - -Each package has its own change log: - -- [concurrency/CHANGELOG.markdown][concurrency] -- [dejafu/CHANGELOG.markdown][dejafu] -- [hunit-dejafu/CHANGELOG.markdown][hunit-dejafu] -- [tasty-dejafu/CHANGELOG.markdown][tasty-dejafu] - -[concurrency]: https://github.com/barrucadu/dejafu/blob/master/concurrency/CHANGELOG.markdown -[dejafu]: https://github.com/barrucadu/dejafu/blob/master/dejafu/CHANGELOG.markdown -[hunit-dejafu]: https://github.com/barrucadu/dejafu/blob/master/hunit-dejafu/CHANGELOG.markdown -[tasty-dejafu]: https://github.com/barrucadu/dejafu/blob/master/tasty-dejafu/CHANGELOG.markdown - -Changes to purely internal APIs are not included. Changes to internal -APIs which are exposed through non-internal modules are detailed as if -the change were made in the exposing module (eg, visible additions to -Test.DejaFu.STM.Internal, such as a new typeclass instance, will show -up as if they were added to Test.DejaFu.STM). - -Additions may be breaking changes as far as the PVP is concerned. For -example, the addition of new data constructors, or new typeclass -member functions. diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..0818a51 --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,14 @@ +Change Log +========== + +This project is versioned according to the PVP_, the *de facto* +standard Haskell versioning scheme. + +.. _PVP: https://pvp.haskell.org/ + +Each package has its own changelog: + +- concurrency/CHANGELOG.markdown +- dejafu/CHANGELOG.markdown +- hunit-dejafu/CHANGELOG.markdown +- tasty-dejafu/CHANGELOG.markdown