diff --git a/ChangeLog b/ChangeLog index f73c925513..147528ec5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Version 16.26.0 +--------------- + * The C/C++ rules now allow adding additional outputs (#2519) + * Allow subrepos to define an output root to avoid clashing inside + their build directories (#2605) + * Resolve some race conditions when loading plugin config that would + result in Please erroneously claiming that certain plugin configs + don't exist or are not optional (#2611) + * Format the CONFIG object in the same way other dictionaries get formatted + when printed from the build language (#2585) + + Version 16.25.1 --------------- * Revert (#2593) as it has a race condition relating to subincludes (#2599) diff --git a/VERSION b/VERSION index 29d8c2ca4b..b912565792 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.25.1 +16.26.0