From 517c18c0f60c9435cce20be62a0721e80760e6ba Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Fri, 30 Jun 2017 00:10:24 +0900 Subject: [PATCH] Add weight sorting to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c2a55..e5dc0c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 0.0.8 (unreleased) - Parallelize all the things +- Add weight sorting - Remove `section` from the `page` rendering context: this is too expensive. Use the global function `get_section` if you need to get it