Skip to content

Commit e7a80d0

Browse files
committed
Merge pull request #21 from retronym/release/2.10.3-RC2
Release notes for 2.10.3-RC2
2 parents 890186d + c716677 commit e7a80d0

File tree

2 files changed

+18
-20
lines changed

2 files changed

+18
-20
lines changed

hand-written.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
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 the following update-site:
1414

15-
* [for Eclipse 3.7 (Indigo)](http://download.scala-ide.org/sdk/e37/scala210/dev/site/)
16-
* [for Eclipse 3.8/4.2 (Juno)](http://download.scala-ide.org/sdk/e38/scala210/dev/site/) (Support for this version is experimental.)
15+
* [for Eclipse 4.2/4.3 (Juno/Kepler)](http://download.scala-ide.org/sdk/e38/scala210/dev/site/)
1716

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

2019
### 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:
20+
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:
2221

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

0 commit comments

Comments
 (0)