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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ As of Elixir v1.12, implicitly decreasing ranges are soft-deprecated and warning
84
84
85
85
## Additional functions
86
86
87
-
Elixir v1.12 has the additional of many functions across the standard library. The `Enum` module received additions such as `Enum.count_until/2`, `Enum.product/1`, `Enum.zip_with/2`, and more. The `Integer` module now includes `Integer.pow/2` and `Integer.extended_gcd/2`. The `Range` module now deals with stepped ranges and includes new convenience functions such as `Range.empty?/1` and `Range.size/1`. Finally, the `Kernel` module got two new functions, `Kernel.then/2` and `Kernel.tap/2`, which are specially useful in `|>` pipelines.
87
+
Elixir v1.12 has the additional of many functions across the standard library. The `Enum` module received additions such as `Enum.count_until/2`, `Enum.product/1`, `Enum.zip_with/2`, and more. The `Integer` module now includes `Integer.pow/2` and `Integer.extended_gcd/2`. Finally, the `Kernel` module got two new functions, `Kernel.then/2` and `Kernel.tap/2`, which are specially useful in `|>` pipelines.
88
88
89
89
## v1.12.0-dev
90
90
@@ -123,7 +123,7 @@ Elixir v1.12 has the additional of many functions across the standard library. T
123
123
*[Module] Add `Module.get_definition/2` and `Module.delete_definition/2`
124
124
*[Module] Allow `@on_load` to be a private function
125
125
*[Module] Validate `@dialyzer` related module attributes
126
-
*[Range] Add `Range.new/3`, `Range.empty?/1`, and `Range.size/1`
126
+
*[Range] Add `Range.new/3` and `Range.size/1`
127
127
*[Regex] Add offset option to `Regex.scan/3` and `Regex.run/3`
128
128
*[Registry] Support `:compression` on `Registry` tables
129
129
*[Stream] Add `Stream.zip_with/2` and `Stream.zip_with/3`
0 commit comments