dejafu/CHANGELOG.markdown
Michael Walker 0080678a65 Add a repo-wide changelog.
Closes #78.
2017-04-07 20:22:22 +01:00

1.3 KiB

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, the de facto standard Haskell versioning scheme.

Each package has its own change log:

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.