Skip to content

Commit fe5d8e6

Browse files
committed
Mention removal of String.to_char_list! in the CHANGELOG
1 parent 7845359 commit fe5d8e6

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
@@ -38,6 +38,8 @@
3838

3939
* Backwards incompatible changes
4040
* [Exception] Exceptions now generate structs instead of records
41+
* [String] `String.to_char_list/1` no longer returns a tuple and raises in case of failure (`String.to_char_list!/1` used to behave like that)
42+
* [String] `String.to_char_list!/1` is removed
4143

4244

4345
# v0.13.2 (2014-05-11)

0 commit comments

Comments
 (0)