reno/releasenotes/notes/fix-delete-handling-55232c50b647aa57.yaml
Doug Hellmann 5cefb37405 fix the way we handle deleted notes
The aggregated change information for a deleted note includes the SHA as
well as the filename. Extract both from the tuple separately so the path
value is set correctly to a filename.

Change-Id: I41fb4a7a0f6d24af47c8f059945b9bf45f859f15
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-01 11:00:15 -04:00

6 lines
178 B
YAML

---
fixes:
- |
Correct a problem with handling deleted release notes that
triggered a TypeError with a message like "Can't mix strings and
bytes in path components"