We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2a60e commit f90b19eCopy full SHA for f90b19e
CHANGELOG.md
@@ -1,5 +1,21 @@
1
-0.2.0 (January 3, 2015)
+# 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
10
11
* Add ability to set default through value and block
12
* Add ability to iterate over keys and values
13
* 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