Skip to content

Commit f90b19e

Browse files
committed
Add release notes and update format
1 parent 4a2a60e commit f90b19e

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1-
0.2.0 (January 3, 2015)
1+
# Change log
2+
3+
## [v0.3.0] - 2019-02-26
4+
5+
* Change to limit to Ruby >= 2.0.0
6+
* Change gemspec to load files directly without git
7+
* Change to freeze all strings
8+
9+
## [v0.2.0] - 2015-01-03
210

311
* Add ability to set default through value and block
412
* Add ability to iterate over keys and values
513
* Add to_hash export
14+
15+
## [v0.1.0] - 2014-12-27
16+
17+
* Initial implementation and release
18+
19+
[v0.3.0]: https://github.com/piotrmurach/splay_tree/compare/v0.2.0...v0.3.0
20+
[v0.2.0]: https://github.com/piotrmurach/splay_tree/compare/v0.1.0...v0.2.0
21+
[v0.1.0]: https://github.com/piotrmurach/splay_tree/compare/v0.1.0

0 commit comments

Comments
 (0)