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
+2-14Lines changed: 2 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,20 +116,7 @@ Percentage | Module
116
116
77.19% | Total
117
117
```
118
118
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
-
132
-
## v1.7.0-rc.0 (2018-07-13)
119
+
## v1.7.0 (2018-07-25)
133
120
134
121
### 1. Enhancements
135
122
@@ -180,6 +167,7 @@ Percentage | Module
180
167
181
168
#### Logger
182
169
170
+
*[Logger] Ensure nil metadata is always pruned
183
171
*[Logger] Only evaluate Logger macro arguments when the message will be logged
184
172
*[Logger] Add `:compile_time_purge_matching` to purge logger calls that match certain compile time metadata, such as module names and application names
185
173
*[Logger] Log to `:stderr` if a backend fails and there are no other backends
0 commit comments