Skip to content

Commit e5374cf

Browse files
author
José Valim
committed
Release v1.2.5
1 parent 352a357 commit e5374cf

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ ask Mix to use Rebar 3 to compile it by passing the `manager: :rebar3` option.
8585
Once configured, Mix will prompt you to install Rebar 3 if it is not yet
8686
available.
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

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.4
1+
1.2.5

src/elixir.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, elixir,
22
[{description, "elixir"},
3-
{vsn, "1.2.4"},
3+
{vsn, "1.2.5"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)