summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-01-06 00:54:46 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-01-06 00:54:46 +0000
commit66dfbb0fe1d25283e9a176f1b13415735968fb7e (patch)
tree0c5f0dd0f837b1231825955dba5d59241211adef /ChangeLog
parent223e4cbbaa8a0ea96fba850b8d6f7cb938794ef0 (diff)
downloadbitbake-contrib-66dfbb0fe1d25283e9a176f1b13415735968fb7e.tar.gz
runqueue.py: Don't give a stacktrace for invalid tasks, have a user friendly message (#3431)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69f4b3872..d518c1ed3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -85,6 +85,7 @@ Changes in Bitbake 1.9.x:
- Improve runqueue code comments
- Add task scheduler abstraction and some example schedulers
- Improve circular dependency chain debugging code and user feedback
+ - Don't give a stacktrace for invalid tasks, have a user friendly message (#3431)
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series