Revert the '-' character fix in class names since it breaks things
[vuplus_bitbake] / ChangeLog
index d1a6620..3890e22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,6 +43,9 @@ Changes in BitBake 1.8.x:
        - Add md5 and sha256 checksum generation functions to utils.py
        - Make sure Build Completed events are generated even when tasks fail
        - Correctly handle '-' characters in class names (#2958)
+       - Make sure expandKeys has been called on the data dictonary before running tasks
+       - Correctly add a task override in the form task-TASKNAME.
+       - Revert the '-' character fix in class names since it breaks things
 
 Changes in BitBake 1.8.10:
        - Psyco is available only for x86 - do not use it on other architectures.