mdef v0.2.1 Release Notes

Release Date: 2015-04-19 // almost 9 years ago
    • ๐Ÿ”„ Change Elixir version to ~1.0

Previous changes from v0.2.0

    • ๐Ÿ‘Œ Support when clauses

      mdef fred do
        a, b, c when a < b -> a+b+c
      end