Skip to content

Commit b93c138

Browse files
committed
📝 Update CHANGELOG [ci skip]
1 parent 840190e commit b93c138

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.0.0
1+
# 1.0.1
22

33
- Add `mean_variance` method in Array class and Enumerable module
44
- Add optimized implementation of `mean_variance` method for a Hash
@@ -9,3 +9,7 @@
99
- `mean_stddev`
1010
- Add `sum` method in Array class and Enumerable module when Ruby < 2.4, that is almost same as introduced in Ruby 2.4
1111
- 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

Comments
 (0)