From 0e395a873db2f6d93e8dc9c069a536c16214638c Mon Sep 17 00:00:00 2001 From: Jonathan Hoffstadt Date: Thu, 12 Aug 2021 13:12:21 -0500 Subject: [PATCH] (appveyor)(pypi) v0.8.62 - new alias system --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index fa69ecdd6..8e7e48dff 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -20,7 +20,7 @@ We generally fold multiple commits pertaining to the same topic as a single entr - Read the `Breaking Changes` section (here in the changelog). - Please report any issue! -## VERSION 0.8.x +## VERSION 0.8.62 ### Breaking Changes * `pmin` & `pmax` were backwards in `draw_rectangle(...)`. You need to reverse them. Related to #1163