Skip to content

Commit 4f8466e

Browse files
committed
Added changelog and bumped version
1 parent 00feb20 commit 4f8466e

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

changelog.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# The short X.Y version.
4848
version = '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.

index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Contents:
2525
method_invocation/index
2626
files/index
2727
scaladoc/index
28+
changelog
2829

2930
Indices and tables
3031
==================

0 commit comments

Comments
 (0)