]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - CHANGELOG
rst: Use Python 3 instead of Python 2
[git.ikiwiki.info.git] / CHANGELOG
index e528fa2650f9179fed36f0c5eb64f948a20ae19e..c481e41c3228808b7308cc26d59c687d0389497e 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ ikiwiki (3.20180106) UNRELEASED; urgency=medium
     Discount >= 2.2.0 (Closes: #888055)
   * img: Fix auto-detection of image format (if enabled, which is
     strongly discouraged) with ImageMagick >= 6.9.8-3
+  * rst: Use Python 3 instead of Python 2
   * build: `set -e` before each `for` loop, so that errors are reliably
     trapped
   * build: Use if/then instead of `||` so that the `-e` flag works