From 407c26e562413ffec18991843bb6630cd7b03be1 Mon Sep 17 00:00:00 2001 From: Jon Pretty Date: Thu, 15 Feb 2018 14:41:06 +0000 Subject: Some housekeeping --- CHANGES | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 1167db0..deed80f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,25 @@ # Changelog +## v0.7.0 +- Fix regression related to deriving inner classes +- Fix for derivations of case classes with alternative factory methods +- Fix for [#41](https://github.com/propensive/magnolia/issues/41) +- Support for repeated arguments +- Choose existential bounds for sealed traits with more type parameters than their components +- Provide a rich type name (not just its basic name) +- Remove all unnecessary allocations when deriving sealed traits +- @debug annotation for making development easier +- Added `CaseClass#rawConstruct`, useful for some derivations +- Various code simplifications and new tests +- Rewrite of Magnolia's compile-time state +- Better error messages +- Support compilation on Java 9 +- Support for capturing annotations + +## v0.6.1 +- Build support for Scala.js +- Fixed a bug related to spurious error messages + ## v0.6.0 - Include warnings if the `combine` or `dispatch` methods are missing - Avoid compilation warnings from use of old macros API -- cgit v1.2.3