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 33## v1.0.5
44
55* Enhancements
6+ * [ IEx] Rely only on loaded applications for autocompletion on IEx
67 * [ Record] Expand attributes and macros in record extractor
78 * [ String] ` Optimize String.rstrip/1 `
89 * [ String] ` Optimize String.downcase/1 `
1213 * [ EEx] Ensure blocks do not clobber EEx buffers
1314 * [ Enum] Ensure ` Enum.take/2 ` does not consume one extra item when halting on the last emittable item
1415 * [ 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 `
1517 * [ GenEvent] Fix ` GenEvent ` detection of modules that aren't loaded
1618 * [ 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
1719 * [ 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