Skip to content

Commit b6d7769

Browse files
author
José Valim
committed
Release v1.7.0-rc.1
1 parent dc3a56c commit b6d7769

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,19 @@ Percentage | Module
116116
77.19% | Total
117117
```
118118

119+
## v1.7.0-rc.1 (2018-07-19)
120+
121+
### 1. Bug fixes
122+
123+
#### Logger
124+
125+
* [Logger] Ensure nil metadata is always pruned
126+
127+
#### Mix
128+
129+
* [Mix] Properly tag which dependencies are `top_level` when processing child dependencies (regression)
130+
* [Mix] Allow calls to `Mix.Config.eval!/2` to be nested (regression)
131+
119132
## v1.7.0-rc.0 (2018-07-13)
120133

121134
### 1. Enhancements

VERSION

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

0 commit comments

Comments
 (0)