Skip to content

Conversation

@eksperimental
Copy link
Contributor

No description provided.

@eksperimental eksperimental changed the title Mention alternatives to deprecated functions in CHANGELOG Mention alternatives to deprecated functions in CHANGELOG v1.4 Feb 22, 2017
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)
Copy link
Member

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?

Copy link
Contributor Author

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`
Copy link
Member

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?

@eksperimental
Copy link
Contributor Author

@lexmag I have removed the weird added whitespaces, and fixed everything. let me know what you think

@lexmag lexmag merged commit f3cbf1c into elixir-lang:v1.4 Feb 22, 2017
@lexmag
Copy link
Member

lexmag commented Feb 22, 2017

Nice! Thanks @eksperimental.

@eksperimental eksperimental deleted the patch-1 branch February 22, 2017 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants