We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7845359 commit fe5d8e6Copy full SHA for fe5d8e6
CHANGELOG.md
@@ -38,6 +38,8 @@
38
39
* Backwards incompatible changes
40
* [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
43
44
45
# v0.13.2 (2014-05-11)
0 commit comments