Skip to content

Commit

Permalink
Release v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 27, 2020
1 parent 831046f commit 5bd7a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ assert %{"status" => 200, "body" => %{"key" => "foo"}} = json_payload

Now imagine that `json_payload` is a large JSON blob and the `"key"` inside the `"body"` did not have value of `"foo"`. In previous Elixir versions, if the assertion failed, Elixir would print the right side and let you up to your own devices to figure out what went wrong. In Elixir v1.10, we diff the data structure against the pattern so you can see exactly which parts of the data matched the pattern and which ones did not. Note ExUnit already performed diffing when comparing data types, this new version adds diffing when matching data agaainst a pattern.

## v1.10.0-rc.0 (2020-01-07)
## v1.10.0 (2020-01-27)

### 1. Enhancements

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0-rc.0
1.10.0

0 comments on commit 5bd7a90

Please sign in to comment.