Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 388 Bytes

CHANGELOG.md

File metadata and controls

18 lines (9 loc) · 388 Bytes

Changelog

Version 0.0.3 (2017-01-06)

  • Silence warnings for Elixir v1.4.
  • Update generated docs using ex_doc v0.14.5.

Version 0.0.2 (2016-01-26)

  • Remove support for Combination.combine(Enum.t, Range.t) as it is simply a Enum.flat_map/2 of Combination.combine/2, which should support any Enumerable other than Range.

Version 0.0.1 (2016-01-15)

  • First Version