File tree Expand file tree Collapse file tree 3 files changed +34
-1
lines changed Expand file tree Collapse file tree 3 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1+ Changelog
2+ =========
3+
4+
5+ **v1.2.5 ** - 4/13/2011
6+ * Expanded multiple-parameter list styles to include formatting for long parameter lists
7+ * Added a changelog
8+
9+ **v1.2.4 ** - 2/13/2011
10+ * Reworked the currying section to be about multiple parameter lists, based on community feedback
11+
12+ **v1.2.3 ** - 1/2/2011
13+ * Reworded bit about short parameter names based on community feedback
14+
15+ **v1.2.2 ** - 12/30/2010
16+ * Spelling mistakes
17+
18+ **v1.2.1 ** - 10/2/2010
19+ * Removing special note about IntelliJ that no longer applies
20+ * Slight cleanup of scaladoc section and added an example for object scaladoc
21+
22+ **v1.2.0 ** - 10/2/2010
23+ * Clarified how packages work in light of Scala 2.8
24+ * Added new section on writing scaladoc
25+
26+ **v1.1.0 ** - 1/26/2010
27+ * Clarified the use for ``for `` comprehensions
28+ * Documented avoidance of ``/: `` and similar operators
29+ * Possibly other changes
30+
31+ **v1.0.0 **
32+ * Similar to Daniel Spewak's initial version; possibly slight changes
Original file line number Diff line number Diff line change 4747# The short X.Y version.
4848version = '1.2'
4949# The full version, including alpha/beta/rc tags.
50- release = '1.2.4 '
50+ release = '1.2.5 '
5151
5252# The language for content autogenerated by Sphinx. Refer to documentation
5353# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Contents:
2525 method_invocation/index
2626 files/index
2727 scaladoc/index
28+ changelog
2829
2930Indices and tables
3031==================
You can’t perform that action at this time.
0 commit comments