@@ -109,24 +109,49 @@ in the long term.
109
109
See the new ` Logger ` documentation for more information on the
110
110
new features and on compatibility.
111
111
112
- ## v1.15.0-rc.1
112
+ ## v1.15.0-rc.1 (2022-05-29)
113
113
114
114
### 1. Enhancements
115
115
116
+ #### Elixir
117
+
116
118
* [ File] Support distributed ` File.Stream `
119
+ * [ Module] Add ` Module.get_last_attribute/3 `
117
120
* [ Task] Reduce footprint of tasks by avoiding unecessary work during spawning
118
121
122
+ #### ExUnit
123
+
124
+ * [ ExUnit.Case] Add ` ExUnit.Case.get_last_registered_test/1 `
125
+
119
126
### 2. Bug fixes
120
127
121
128
#### Elixir
122
129
123
- * [ Kernel] Raise when macros are given to dialyzer
124
- * [ Kernel] Support bitstring specifiers as map keys in pattern (regression)
125
- * [ Task] Do not double log Task failure reports
130
+ * [ Code] Ensure ` :on_undefined_variable ` option works as advertised (regression)
131
+ * [ Code] Format paths in ` Code.with_diagnostic/2 ` as relative paths (regression)
132
+ * [ Kernel] Raise when macros are given to dialyzer
133
+ * [ Kernel] Support bitstring specifiers as map keys in pattern (regression)
134
+ * [ Task] Do not double log Task failure reports
135
+
136
+ #### ExUnit
137
+
138
+ * [ ExUnit.CaptureLog] Allow capturing deprecated log level (regression)
139
+ * [ ExUnit.DocTest] Ensure proper line is returned when failing to parse doctest results
126
140
127
141
#### IEx
128
142
129
- * [ IEx] Fix IO operations not returning when booting IEx
143
+ * [ IEx] Fix IO operations not returning when booting IEx (regression)
144
+
145
+ #### Mix
146
+
147
+ * [ mix deps] Ensure dependencies with ` included_applications ` can be loaded (regression)
148
+ * [ mix format] Ensure proper formatter options are returned for files (regression)
149
+
150
+ ### 3. Soft deprecations
151
+
152
+ #### Elixir
153
+
154
+ * [ Kernel] Require pin variable when accessing variable inside binary size in match
130
155
131
156
## v1.15.0-rc.0 (2022-05-22)
132
157
0 commit comments