Skip to content

Commit

Permalink
Prepare changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Apr 22, 2017
1 parent 81857c6 commit 20a3cb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 6 additions & 3 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Changelog
=========

v0.2.1
v0.3.1
------
*(unreleased)*
*unreleased*

v0.3.0
------
*24-04-2017*

- Added :func:`~mizani.palettes.xkcd_palette`, a palette that
selects from 954 named colors.
Expand All @@ -22,7 +26,6 @@ v0.2.1
the limits are equal. Previous, one run into an *Overflow* and
the other returned a sequence filled with *n* of the same limit.


API Changes
***********

Expand Down
1 change: 0 additions & 1 deletion mizani/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ def first_element(obj):
return next(iter(obj))



def multitype_sort(a):
"""
Sort elements of multiple types
Expand Down

0 comments on commit 20a3cb8

Please sign in to comment.