From a8b406e24c1a70a7c589502817f3be78fca07c74 Mon Sep 17 00:00:00 2001 From: ale-rt Date: Tue, 22 Sep 2020 15:22:20 +0200 Subject: [PATCH] Move changelof to the proper position --- CHANGES.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 85b62d087..9e006fca0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,15 +5,13 @@ 5.6.1 (unreleased) ================== -- Nothing changed yet. +- Fix UnboundLocalError when running fsoids.py script. + See `issue 268 `_. 5.6.0 (2020-06-11) ================== -- Fix UnboundLocalError when running fsoids.py script. - See `issue 268 `_. - - Fix race with invalidations when starting a new transaction. The bug affected Storage implementations that rely on mvccadapter, and could result in data corruption (oid loaded at wrong serial after a concurrent commit).