Skip to content

Commit 3481a67

Browse files
committed
Update HISTORY file. [admin]
1 parent c0edc13 commit 3481a67

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

HISTORY.rdoc

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@
44

55
This is a complete rewrite to simplify the design and use more
66
of Ruby's internal methods. Overall performance should be markedly
7-
improoved. Note that the interal array that stores the queue is not
7+
improved. Note that the interal array that stores the queue is now
88
in reverse order from the previous version. If using #to_a be aware
9-
that the priority order is now reversed.
9+
that the priority order is reversed. This release also swithes
10+
the library to distribution under the BSD-2-Clause license.
1011

12+
Changes:
13+
14+
* Rewrite library.
15+
* Modernize build configuration.
16+
* Switch to BSD-2-Clause license.
1117

1218
== 1.0.0 / 2009-07-05
1319

@@ -16,7 +22,5 @@ Ruby Facets and originally written by K. Komada.
1622

1723
Changes:
1824

19-
* 1 Major Enhancement
20-
21-
* Happy Birthday!
25+
* Happy New Birthday!
2226

0 commit comments

Comments
 (0)