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 b3cf446 commit 7cdb3b0Copy full SHA for 7cdb3b0
CHANGELOG.md
@@ -5,7 +5,7 @@
5
* [Kernel] Explicit functions inlined by the compiler, including operators. This means that `Kernel.+/2` will now expand to `:erlang.+/2` and so on
6
* [Mix] Do not fail if a Mix dependency relies on an outdated Elixir version
7
* [Process] Add `Process.send/2` and `Process.send_after/3`
8
- * [Version] Add `Version.compare/2` and `Version.valid_requirement?/1`
+ * [Version] Add `Version.compare/2`
9
10
* Bug fixes
11
* [Atom] Inspect `:...` and `:foo@bar` without quoting
0 commit comments