We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840190e commit b93c138Copy full SHA for b93c138
1 file changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# 1.0.0
+# 1.0.1
2
3
- Add `mean_variance` method in Array class and Enumerable module
4
- Add optimized implementation of `mean_variance` method for a Hash
@@ -9,3 +9,7 @@
9
- `mean_stddev`
10
- Add `sum` method in Array class and Enumerable module when Ruby < 2.4, that is almost same as introduced in Ruby 2.4
11
- Add optimized implementation of `sum` method for a Range with integer ends and a Hash, that is almost same as introduced in Ruby 2.4
12
+
13
+# 1.0.0
14
15
+- This version was yanked due to documentation issue
0 commit comments