FPORT: Release notes for name hashing private members fix

Forward-port of #2339.
This commit is contained in:
Dale Wijnand 2016-01-16 16:34:44 +00:00
parent 40e598f641
commit d514bea6cc
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
[@Duhemm]: http://github.com/Duhemm
[@gkossakowski]: https://github.com/gkossakowski
[2155]: https://github.com/sbt/sbt/issues/2155
[2160]: https://github.com/sbt/sbt/pull/2160
[2324]: https://github.com/sbt/sbt/issues/2324
[2325]: https://github.com/sbt/sbt/pull/2325
### Fixes with compatibility implications
### Improvements
### Bug fixes
- Fixes incremental compilation of traits by including private members into the API hash. [#2155][2155]/[#2160][2160] by
[@Duhemm][@Duhemm]
- Fixes name hashing by removing class private members from the hash. [#2324][2324]/[#2325][2325] by [@gkossakowski][@gkossakowski]