File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3
3
## v1.0.5
4
4
5
5
* Enhancements
6
+ * [ IEx] Rely only on loaded applications for autocompletion on IEx
6
7
* [ Record] Expand attributes and macros in record extractor
7
8
* [ String] ` Optimize String.rstrip/1 `
8
9
* [ String] ` Optimize String.downcase/1 `
12
13
* [ EEx] Ensure blocks do not clobber EEx buffers
13
14
* [ Enum] Ensure ` Enum.take/2 ` does not consume one extra item when halting on the last emittable item
14
15
* [ ExUnit] Fix ` StringIO ` processes leakage in the ` ExUnit.CaptureIO ` when there are errors inside the ` capture_io ` block
16
+ * [ Float] Avoid rounding errors on ` Float.parse/1 `
15
17
* [ GenEvent] Fix ` GenEvent ` detection of modules that aren't loaded
16
18
* [ IO] Read 4K blocks instead of lines in ` IO.binread/2 ` . This fixes a bug where CRLF were being ignored and is also going to improve performance
17
19
* [ Logger] Handle ` :undefined ` arity in Logger.Translator (we get : undefined when a temporary worker of a ` simple_one_for_one ` supervisor crashes)
You can’t perform that action at this time.
0 commit comments