From ccb288d95b86dd5165b7bfa9aab38e8e79d74001 Mon Sep 17 00:00:00 2001 From: Scott Prahl Date: Sun, 21 Mar 2021 12:41:41 -0700 Subject: [PATCH] fix typo --- CHANGELOG.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e1a8150..53b63e8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,10 +3,11 @@ Changelog 1.3.3 (03/21/21) ---------------- -* add binder and colab badges +* colab badge and link * change theme for sphinx documentation -* add another requirements.txt to avoid installing sphinx -* fix restrutured text errors +* add requirements.txt to avoid installing sphinx +* fix restructured text errors +* advise everywhere to `pip install --user miepython` to avoid permission problems 1.3.2 (01/13/21) ----------------