Make wafcache a default module

This commit is contained in:
Thomas Nagy 2019-10-18 23:04:36 +02:00
parent 959d57b757
commit dbe338c246
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
CHANGES IN WAF 2.1
------------------
+ Added wafcache
- Remove waflib.Runner.PriorityTasks.appendleft
- Remove waflib.Task.TaskBase
- Remove the upper class of waflib.Task.Task (metaclasses)
- Remove the upper class of waflib.Task.Task (metaclass syntax)
NEW IN WAF 2.0.19
-----------------