You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,16 @@
2
2
3
3
## main
4
4
5
+
## v0.11.9
6
+
5
7
### Improvements
6
8
7
9
* pipes: check for `Stream.foo` equivalents to `Enum.foo` in a few more cases
8
10
11
+
### Fixes
12
+
13
+
* pipes: `|> then(&(&1 op y))` rewrites with `|> Kernel.op(y)` as long as the operator is defined in `Kernel`; skips the rewrite otherwise (h/t @kerryb for the report & @saveman71 for the fix)
14
+
9
15
## v0.11.8
10
16
11
17
Two releases in one day!? @koudelka made too good a point about `Map.new` not being special...
0 commit comments