diff --git a/notes/0.13.10/consider-signatures-after-erasure.md b/notes/0.13.10/consider-signatures-after-erasure.md new file mode 100644 index 000000000..f511a5aba --- /dev/null +++ b/notes/0.13.10/consider-signatures-after-erasure.md @@ -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] \ No newline at end of file