Skip to content

Commit 105770c

Browse files
author
José Valim
committed
Release v1.10.0-rc.0
1 parent 28b053a commit 105770c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ There are many improvements related to the Elixir AST in this release too. First
9292

9393
Finally, ExUnit comes with two small but important improvements: `ExUnit.CaptureIO` can now be used in tests that run asynchronously and we have added "data-structure diffing" when performing assertions with pattern matching. So now, whenever an assertion such `assert %{field: value} = expression()` fails, ExUnit will show both left-hand and right-hand sides, highlighting the parts that did not match in red.
9494

95-
## v1.10.0
95+
## v1.10.0-rc.0 (2020-01-07)
9696

9797
### 1. Enhancements
9898

@@ -167,6 +167,7 @@ Finally, ExUnit comes with two small but important improvements: `ExUnit.Capture
167167
* [Keyword] Ensure keyword replace and update preserve order
168168
* [Module] Raise instead of silently failing when performing a write module operation during after-compile
169169
* [Module] Fix `@macrocallback` definitions with a `when` clause
170+
* [Path] Fix `Path.absname/1` to correctly handle UNC paths on Windows
170171
* [Stream] Close with correct accumulator in `Stream.resource/3` when called for a single-element list
171172
* [Stream] Allow `Stream.cycle/1` to be double nested inside `Stream.cycle/1`
172173
* [URI] Preserve slashes in URIs without authority

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.0-dev
1+
1.10.0-rc.0

0 commit comments

Comments
 (0)