Merge pull request #2379 from dwijnand/fport/release-notes-for-name-hashing-private-members

FPORT: Release notes for name hashing private members fix
This commit is contained in:
eugene yokota 2016-01-16 14:54:39 -05:00
commit ae2c5f1d12
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]