distributed-closure/CHANGELOG.md
2018-02-06 09:20:49 -03:00

848 B

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Next release

Added

Changed

[0.4.0] - 2018-02-06

Added

  • Check for ScopedTypeVariables being enabled when using withStatic.

[0.3.5] - 2018-02-01

Added

  • A static class hierarchy (#12).
  • Continuous integration with CircleCI.
  • Generation of more complex closures for quickcheck properties (#9).
  • Closure duplication (comonadic operation).

Changed

  • Prevented warnings about redundant 'Typeable (Dict A)' constraints when A has no type variables in the code generated by 'withStatic'.
  • Have 'withStatic' produce correct code when class instances involve type families (#10).

Removed

  • Bogus property "equal closures have equal serializations".