Skip to content

Commit 6d39898

Browse files
committed
Update CHANGELOG
1 parent 2f49952 commit 6d39898

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Elixir v1.12 has the additional of many functions across the standard library. T
104104
* [DateTime] Add `offset` to `DateTime.to_iso8601/2` (now `to_iso8601/3`)
105105
* [Enum] Add `Enum.count_until/2` and `Enum.count_until/3`
106106
* [Enum] Add `Enum.product/1`
107-
* [Enum] Add `Enum.zip_with/2` and `Enum.zip_with/3`
107+
* [Enum] Add `Enum.zip_with/2`, `Enum.zip_with/3`, `Enum.zip_reduce/3`, and `Enum.zip_reduce/4`
108108
* [Enum] Add support for functions as the second argument of `Enum.with_index/2`
109109
* [Exception] Show `error_info` data for exceptions coming from Erlang
110110
* [Float] Add `Float.pow/2`
@@ -178,6 +178,7 @@ Elixir v1.12 has the additional of many functions across the standard library. T
178178

179179
#### ExUnit
180180

181+
* [ExUnit.Case] Make `@tag tmp_dir` an absolute directory, avoiding inconsistencies if the test changes the current working directory
181182
* [ExUnit.Diff] Fix cases where the diffing algorithm would fail to print a pattern correct
182183

183184
#### IEx

0 commit comments

Comments
 (0)