Skip to content

Commit 22a714a

Browse files
committed
Update HISTORY. [admin]
1 parent 17f55ce commit 22a714a

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

HISTORY.rdoc

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
= RELEASE HISTORY
1+
# RELEASE HISTORY
22

3-
== 1.2.0 / 2012-01-31
3+
## 1.2.1 / 2012-12-19
4+
5+
This release imporves the help output and manpage lookup
6+
as well as a few helpful additions the the API.
7+
8+
Changes:
9+
10+
* Improve manpage lookup.
11+
* Improve overall help output.
12+
* Add alias_switch and alias_accessor helpers.
13+
14+
15+
## 1.2.0 / 2012-01-31
416

517
Version 1.2.0 is complete rewrite of Executable. Actually it was decided that
618
the old design was too simplistic in it design concept, so another library
@@ -20,7 +32,7 @@ Changes:
2032
* Supports manpage look-up and display.
2133

2234

23-
== 1.1.0 / 2011-04-21
35+
## 1.1.0 / 2011-04-21
2436

2537
This release simplifies Executable, removing the #option_missing method
2638
and using the standard #method_missing callback instead. Along with this
@@ -44,7 +56,7 @@ Changes:
4456
* The #method_missing callback takes the value of the option being set.
4557

4658

47-
== 1.0.0 / 2011-04-15
59+
## 1.0.0 / 2011-04-15
4860

4961
This is the initialize release of Executable (as a stand alone project).
5062
Executable is a mixin that can turn any class into an commandline interface.

0 commit comments

Comments
 (0)