This commit is contained in:
Martin Duhem 2015-11-11 14:55:52 +01:00
parent a244f4e141
commit 5934350aa2
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[@Duhemm]: http://github.com/Duhemm
[1171]: https://github.com/sbt/sbt/issues/1171
[2261]: https://github.com/sbt/sbt/pull/2261
### Fixes with compatibility implications
### Improvements
- Register signatures of method before and after erasure if they involve value classes [#2261][2261] by [@Duhemm][@Duhemm]
### Bug fixes
- Incremental compiler misses change to value class, and results to NoSuchMethodError at runtime [#1171][1171]