File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55This is a complete rewrite to simplify the design and use more
66of 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
88in 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
1723Changes:
1824
19- * 1 Major Enhancement
20-
21- * Happy Birthday!
25+ * Happy New Birthday!
2226
You can’t perform that action at this time.
0 commit comments