-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Mention alternatives to deprecated functions in CHANGELOG v1.4 #5805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CHANGELOG.md
Outdated
| * [Behaviour] The `Behaviour` module is deprecated. Callbacks may now be defined directly via the `@callback` attribute | ||
| * [Enum] Deprecate `Enum.uniq/2` in favor of `Enum.uniq_by/2` | ||
| * [Float] `Float.to_char_list/2` and `Float.to_string/2` are deprecated (use the :erlang functions if such conversions are desired) | ||
| * [Float] `Float.to_char_list/2` and `Float.to_string/2` are deprecated (use the `:erlang.float_to_list/2` and `:erlang.float_to_binary/2` functions if such conversions are desired) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering what that strange whitespace change here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm editing directly on the web interface, who know what this thing is doing...
CHANGELOG.md
Outdated
| * [OptionParser] Deprecate aliases with multiple letters, such as `-abc` | ||
| * [Set] Deprecate the `Set` module | ||
| * [Stream] Deprecate `Stream.uniq/2` in favor of `Stream.uniq_by/2` | ||
| * [Stream] Deprecate `Stream.uniq/2` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this change is accidental?
|
@lexmag I have removed the weird added whitespaces, and fixed everything. let me know what you think |
|
Nice! Thanks @eksperimental. |
No description provided.