Skip to content

Commit 7cdb3b0

Browse files
author
José Valim
committed
Remove valid_requirement?/1 from CHANGELOG
1 parent b3cf446 commit 7cdb3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* [Kernel] Explicit functions inlined by the compiler, including operators. This means that `Kernel.+/2` will now expand to `:erlang.+/2` and so on
66
* [Mix] Do not fail if a Mix dependency relies on an outdated Elixir version
77
* [Process] Add `Process.send/2` and `Process.send_after/3`
8-
* [Version] Add `Version.compare/2` and `Version.valid_requirement?/1`
8+
* [Version] Add `Version.compare/2`
99

1010
* Bug fixes
1111
* [Atom] Inspect `:...` and `:foo@bar` without quoting

0 commit comments

Comments
 (0)