mirror of https://github.com/sbt/sbt.git
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:
commit
ae2c5f1d12
|
|
@ -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]
|
||||||
Loading…
Reference in New Issue