aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJon Pretty <jon.pretty@propensive.com>2018-02-15 14:41:06 +0000
committerJon Pretty <jon.pretty@propensive.com>2018-02-15 14:41:06 +0000
commit407c26e562413ffec18991843bb6630cd7b03be1 (patch)
tree6e07e16b9f15fdbb3c08e0c19a404dd0ec3705e6 /CHANGES
parente7ec1f9bbd3fdde98729a5fe925b19993b1a3119 (diff)
downloadmagnolia-407c26e562413ffec18991843bb6630cd7b03be1.tar.gz
magnolia-407c26e562413ffec18991843bb6630cd7b03be1.tar.bz2
magnolia-407c26e562413ffec18991843bb6630cd7b03be1.zip
Some housekeeping
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES20
1 files changed, 20 insertions, 0 deletions
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