From 4e4577316fbf17f928b1f0c220dda3a5068a726a Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Tue, 5 Mar 2019 07:56:20 -0500 Subject: [PATCH] Fix changelog formatting --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fdf9b25e..0a4e9847 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,7 +10,7 @@ v0.8.0 (2019-03-05) * Add ``geometry.Polygon``: Simple and/or rounded polygons in the *z=0* plane. * API breaking changes: - * Remove: ``geometry.Prism`` + * Remove: ``geometry.Prism`` v0.7.1 (2019-02-05) ------------------- @@ -27,7 +27,7 @@ v0.7.0 (2019-02-05) * Improve ``light.lightbox`` lighting setup * API breaking changes: - * ``geometry.ConvexPolyhedron`` arguments changed. It now accepts polyhedron information as a dictionary. + * ``geometry.ConvexPolyhedron`` arguments changed. It now accepts polyhedron information as a dictionary. v0.6.0 (2018-07-06) -------------------