summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Pirogov <iamexile@gmail.com>2016-09-18 12:18:24 +0200
committerAndrea Leopardi <an.leopardi@gmail.com>2016-09-18 12:18:24 +0200
commitc2bdbff1f4e6c27f881f8432eb5d10edc2d1976b (patch)
tree4420e31a99ef6924f4ca631698d591694f322330
parentc05151f2789f0652f81148597c2a236672e19282 (diff)
downloadelixir-c2bdbff1f4e6c27f881f8432eb5d10edc2d1976b.tar.gz
Fix a typo in the CHANGELOG (#5226)
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec4a8eaeb..88bad9b18 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -65,7 +65,7 @@
#### Elixir
- * [Behaviour] The `Behaviour` module is deprecated. Callbacks may not be defined directly via the `@callback` attribute
+ * [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)
* [Kernel] Deprecate support for making private functions overridable. Overridable functions must always be public as they must be contracts.
@@ -78,4 +78,4 @@
#### Mix
- * [Mix.Utils] `underscore/1` and `camelize/1` are deprecated \ No newline at end of file
+ * [Mix.Utils] `underscore/1` and `camelize/1` are deprecated