Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

43 lines (28 loc) · 1.04 KB

1.3 (2016-09-30)

Added

  • Binary search (credit to Dmitry Cherniachenko)

1.2.3 (2016-04-28)

Fixed

Reverted

  • Reverts "Performance improvement" introduced by 1.2.2 since it was buggy.

1.2.2 (2016-04-13)

Fixed

  • During a non-stable sort, if two different items compared the same, it was possible for one item to be replaced by a copy of the other.

Performance improvement

1.2.1 (2015-03-19)

Fixed

  • Source packaging

1.2 (2015-03-07)

Fixed

  • TimSort bug
  • Stable sort is now the default, as indicated in the documentation. This bug was introduced in 1.1.

1.1 (2014-11-25)

Added

  • Unstable sorting

1.0 (2014-11-22)

  • Initial revision