mirror of https://github.com/sbt/sbt.git
FPORT: Release notes for name hashing private members fix
Forward-port of #2339.
This commit is contained in:
parent
40e598f641
commit
d514bea6cc
|
|
@ -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