File tree 3 files changed +11
-2
lines changed
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.
85
85
Once configured, Mix will prompt you to install Rebar 3 if it is not yet
86
86
available.
87
87
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
+
88
97
## v1.2.4 (2016-04-01)
89
98
90
99
### 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 1
1
{application , elixir ,
2
2
[{description , " elixir" },
3
- {vsn , " 1.2.4 " },
3
+ {vsn , " 1.2.5 " },
4
4
{modules , [
5
5
elixir
6
6
]},
You can’t perform that action at this time.
0 commit comments