From 1de8d03fb23041c183d2487e0c070b3d82f3ceca Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Wed, 4 Jul 2018 07:41:12 +0200 Subject: [PATCH] docs --- ChangeLog | 6 ++++++ TODO | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9a6ee012..8001b4f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +NEW IN WAF 2.0.9 +---------------- +* Add dependencies on scriptlet outputs +* Made options optional for cython waftool +* Improve doxygen error handling + NEW IN WAF 2.0.8 ---------------- * Improve Windows console encoding outputs on Python 3.6 and Japanese code page #2163 diff --git a/TODO b/TODO index 0f6876e7..656f8ab5 100644 --- a/TODO +++ b/TODO @@ -5,4 +5,6 @@ Waf 2.1 - Fix the circular imports ccroot<->c_config.py - Remove superfluous *k in ctx.load() and other unused parameters - Ensure conf.load() has the same interface as ctx.load() - +- Remove waflib.Runner.PriorityTasks.appendleft +- Remove waflib.Task.TaskBase +- Remove the upper class of waflib.Task.Task (metaclasses)