reno/releasenotes/notes/cache-ordering-6c743f68e3f7107f.yaml
Doug Hellmann c18078355b preserve the order of tags when reading the cache file
Use an OrderedDict to preserve the order of tags when reading the
cache file because the Loader assumes the scanner and cache manage the
order of values. Without this change building the release notes with
the cache in place results in random ordering of the output.

Story: #2001934
Task: #14464
Change-Id: I07d73e2e0c2f8bb2fd66f26fcbc088ef9a2a23a5
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-27 19:12:12 -04:00

7 lines
182 B
YAML

---
fixes:
- |
Correct a problem with version number ordering when reading data
from the cache file. See
https://storyboard.openstack.org/#!/story/2001934 for details.