Skip to content

Commit 403a717

Browse files
committed
Release notes for 2.10.3-RC2
% sbt -Dfile.encoding=UTF-8 > console [info] Compiling 4 Scala sources to /Users/jason/code/make-release-notes/target/scala-2.10.0-RC3/classes... [info] 'compiler-interface' not yet compiled for Scala 2.10.0-RC3. Compiling... [info] Compilation completed in 8.434 s [info] Starting scala interpreter... [info] Welcome to Scala version 2.10.0-RC3 (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_37). Type in expressions to have them evaluated. Type :help for more information. scala> MakeReleaseNotes(new java.io.File("/code/scala2"), "v2.10.2", "v2.10.3-RC2")
1 parent 890186d commit 403a717

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

hand-written.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
We are very happy to announce the RC2 release of Scala 2.10.2! If no serious blocking issues are found this will become the final 2.10.2 version.
1+
We are very happy to announce the RC2 release of Scala 2.10.3! If no serious blocking issues are found this will become the final 2.10.3 version.
22

3-
The Scala team and contributors [fixed 95 issues since 2.10.1](https://issues.scala-lang.org/secure/IssueNavigator.jspa?mode=hide&requestId=12206)!
3+
The Scala team and contributors [fixed 48 issues since 2.10.2](https://issues.scala-lang.org/secure/IssueNavigator.jspa?mode=hide&requestId=12215)!
44

5-
In total, [164 RC1 pull requests](https://github.com/scala/scala/issues?milestone=12&state=closed) and [7 RC2 pull requests](https://github.com/scala/scala/issues?milestone=13&state=closed) were opened on [GitHub](https://github.com/scala/scala), of which 140 were merged after having been [tested](https://github.com/typesafehub/ghpullrequest-validator) and reviewed.
5+
In total, [63 RC1 pull requests](https://github.com/scala/scala/issues?milestone=17&state=closed) and [19 RC2 pull requests](https://github.com/scala/scala/issues?milestone=23&state=closed) were opened on [GitHub](https://github.com/scala/scala) of which 70 were merged after having been [tested](https://github.com/typesafehub/ghpullrequest-validator) and reviewed.
66

77
<!--break-->
88

99
### Known Issues
10-
Before reporting a bug, please have a look at these [known issues](https://issues.scala-lang.org/secure/IssueNavigator.jspa?mode=hide&requestId=12207).
10+
Before reporting a bug, please have a look at these [known issues](https://issues.scala-lang.org/secure/IssueNavigator.jspa?mode=hide&requestId=12216).
1111

1212
### Scala IDE for Eclipse
13-
The Scala IDE with Scala 2.10.2-RC2 built right in is available through one of the following update-sites:
13+
The Scala IDE with Scala 2.10.3-RC2 built right in is available through one of the following update-sites:
1414

1515
* [for Eclipse 3.7 (Indigo)](http://download.scala-ide.org/sdk/e37/scala210/dev/site/)
1616
* [for Eclipse 3.8/4.2 (Juno)](http://download.scala-ide.org/sdk/e38/scala210/dev/site/) (Support for this version is experimental.)
1717

1818
Have a look at the [getting started guide](http://scala-ide.org/docs/user/gettingstarted.html) for more info.
1919

2020
### New features in the 2.10 series
21-
Since 2.10.2 is strictly a bug-fix release, here's an overview of the most prominent new features and improvements as introduced in 2.10.0:
21+
Since 2.10.3 is strictly a bug-fix release, here's an overview of the most prominent new features and improvements as introduced in 2.10.0:
2222

2323
* Value Classes
2424
* A class may now extend `AnyVal` to make it behave like a struct type (restrictions apply).

0 commit comments

Comments
 (0)