Commit graph

3 commits

Author SHA1 Message Date
Joel Gerber
c33abf0ebf
Mark make_pallete() as deprecated
Using the new deprecated() decorator, mark make_pallete() as
deprecated in version 0.5.10 and removed in version 0.6.0.
2017-06-10 10:13:07 -04:00
Joel Gerber
0b94c3ceec
raise AssertionError on deprecated when removed_in exceeded
As there was some worry raised over whether people would remember
to remove a deprecated function once the removed_in version had been
reached, I've decided to add functionality that will force the
issue. When a @deprecated function is tagged with a removed_in
release that is greater than or equal to the current release, the
@deprecated decorator will raise an AssertionError, which will
hopefully break CI/CD and force the function to be removed.
2017-06-10 09:57:49 -04:00
Joel Gerber
b1d436332d
CHANGELOG entries
Include CHANGELOG entries for the changes made in spelling_fixes.rst.
2017-06-07 12:21:13 -04:00