2014-10-31 21:04:43 +01:00
[@jsuereth]: https://github.com/jsuereth
2014-10-21 21:42:40 +02:00
[@kretes]: https://github.com/kretes
2014-11-25 09:57:25 +01:00
[@j-keck]: https://github.com/j-keck
2014-10-21 21:42:40 +02:00
[1180]: https://github.com/sbt/sbt/issues/1180
2014-10-31 21:04:43 +01:00
[1180]: https://github.com/sbt/sbt/pull/1702
[875]: https://github.com/sbt/sbt/issues/875
[1542]: https://github.com/sbt/sbt/issues/1542
2014-11-21 02:54:06 +01:00
[1702]: https://github.com/sbt/sbt/pull/1702
2014-11-25 09:57:25 +01:00
[1746]: https://github.com/sbt/sbt/pull/1746
2014-10-21 21:42:40 +02:00
### Improvements
2014-10-31 21:04:43 +01:00
- Discovered main classes are now sorted. [#1180][1180] by [@kretes][@kretes]
- Implemented a new mechanism of forking javac, whereby errors are captured. Also more likely to run in-process. [#1702][1702] by [@jsuereth][jsuereth]
## Fixes
2014-11-21 02:54:06 +01:00
- Javac warnings now always treated as warnings. [#1702][1702]/[#875][875] by [@jsuereth][jsuereth]
2014-10-31 21:04:43 +01:00
- compilerReporter now fed to javac during incremental compilation. [#1542][1542] by [@jsuereth][jsuereth]
2014-11-25 09:57:25 +01:00
- ignore hidden build files from the build. [#1746][1746] by [@j-keck][@j-keck]