cats v0.7.2 Release Notes

  • 2016 September 1

    ๐Ÿ”– Version 0.7.2 is a patch release that was released to fix a major bug (#1346) that appeared in 0.7.0. It also contains several other improvements.

    โฌ†๏ธ It should be safe to upgrade from 0.7.0 to 0.7.2 -- there are no major ๐Ÿš€ API changes between these releases.

    ๐Ÿ”„ Changes

    ๐Ÿ›  Fixes:

    • #1347: fixes broken Monoid[Map[K, V]].combineAll implementation.
    • #1304: fix CoflatMap documentation.
    • #1322: fix SBT commands (release, validate, etc.).
    • #1311: rename some implicit instances for consistency.

    โž• Additions:

    • #1319: add missing BigDecimal instances.
    • #1324: add missing function and BitSet instances.

    ๐Ÿš€ Note that 0.7.2 was preceded by a botched 0.7.1. release. Please avoid using this version of Cats -- it has major incompatibilities with 0.7.0 and is not documented here.