File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,15 @@ ask Mix to use Rebar 3 to compile it by passing the `manager: :rebar3` option.
8585Once configured, Mix will prompt you to install Rebar 3 if it is not yet
8686available.
8787
88+ ## v1.2.5 (2016-04-30)
89+
90+ ### 1. Bug fixes
91+
92+ * [ Logger] Stringify truncated function data in Logger
93+ * [ Logger] Ensure poorly formatted char data can also be logged by using the replacement character "�" (diamond question mark)
94+ * [ Mix] Do not assume ` @impl ` is always a list
95+ * [ String] Fix bugs in ` String.replace_* ` functions where it would not include the accumulated value for certain replacements
96+
8897## v1.2.4 (2016-04-01)
8998
9099### 1. Enhancements
Original file line number Diff line number Diff line change 1- 1.2.4
1+ 1.2.5
Original file line number Diff line number Diff line change 11{application , elixir ,
22[{description , " elixir" },
3- {vsn , " 1.2.4 " },
3+ {vsn , " 1.2.5 " },
44 {modules , [
55 elixir
66 ]},
You can’t perform that action at this time.
0 commit comments