Skip to content

Commit eb5679b

Browse files
author
José Valim
committed
Release v1.7.4
1 parent e38ae98 commit eb5679b

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,32 @@ Percentage | Module
116116
77.19% | Total
117117
```
118118

119+
## v1.7.4 (2018-10-24)
120+
121+
### 1. Enhancements
122+
123+
#### Elixir
124+
125+
* [Kernel] Expand `left..right` at compile time in more cases, which leads to improved performance under different scenarios, especially on `x in left..right` expressions
126+
127+
#### Mix
128+
129+
* [mix deps.loadpaths] Add `--no-load-deps` flag. This is useful for Rebar 3 compatibility
130+
131+
### 2. Bug fixes
132+
133+
#### Elixir
134+
135+
* [Calendar] Fix for converting from negative iso days on New Year in a leap year
136+
* [Kernel] Ensure `@spec`, `@callback`, `@type` and friends can be read accordingly
137+
* [Module] Avoid warnings when using Module.eval_quoted in the middle of existing definitions
138+
139+
#### Mix
140+
141+
* [mix archive.build] Unload previous archive versions before building
142+
* [mix format] Expand paths so mix format `path\for\windows.ex` works
143+
* [mix test] Ensure that `--cover` displays correct coverage in an umbrella app
144+
119145
## v1.7.3 (2018-08-24)
120146

121147
### 1. Bug fixes

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.3
1+
1.7.4

0 commit comments

Comments
 (0)