diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24975 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug24975 b/changes/bug24975 new file mode 100644 index 0000000000..fe937d74d5 --- /dev/null +++ b/changes/bug24975 @@ -0,0 +1,6 @@ + o Major bugfixes (scheduler, consensus): + - A logic in the code was preventing the scheduler subystem to properly + make a decision based on the latest consensus when it arrives. This lead + to the scheduler failing to notice any consensus parameters that might + change from one consensus to another. Fixes bug 24975; bugfix on + 0.3.2.1-alpha. |