Skip to content

Commit dec06d8

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 11c84cb commit dec06d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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`
@@ -12,6 +13,7 @@
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)

0 commit comments

Comments
 (0)