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
+14
Original file line number
Diff line number
Diff line change
@@ -268,6 +268,20 @@ end
268
268
269
269
By restricting hierarchies in favor of named setups, it is straight-forward for the developer to glance at each describe block and know exactly the setup steps involved.
270
270
271
+
## v1.3.4 (2016-10-09)
272
+
273
+
### 1. Bug fixes
274
+
275
+
#### Elixir
276
+
277
+
*[Kernel] Ensure the compiler does not generate unecessary variable bindings inside case statements. This improves the code emitted and make sure "unused variable warnings" are not mistakenly silenced
278
+
*[Kernel] Move `raise` checks to runtime to avoid crashing cover on Erlang 19.1
279
+
*[Protocol] Do not emit warnings when using protocols on opaque types
280
+
281
+
#### ExUnit
282
+
283
+
*[ExUnit.CaptureLog] Flush Erlang's `:error_logger` before capturing to avoid mixed messages
0 commit comments