summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac3566a37..66d5d4567 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Changes in Bitbake 1.6.1:
+ - Add support for the interactive flag (backported from trunk)
+ - Ignore versions in DEPENDS (backported from trunk)
+ - Fix bug referencing bb.providers in shell.py
+
Changes in Bitbake 1.6.0:
- Better msg handling
- COW dict implementation from Tim Ansell (mithro) leading