Skip to content

v0.11.2

Choose a tag to compare

@dannote dannote released this 12 May 12:58
· 6 commits to master since this release

Fixed

  • Wildcard _ and _name now match function names in def/defp patterns with arguments. Previously defp _(_), do: _ would not match defp helper(x), do: x + 1.