python-openstackclient/releasenotes/notes/cliff-2.3.0-7ead18fae9ceea80.yaml
Dean Troyer ad5ae83a34 3.4.0 release note cleanup
Change-Id: I4023e80da43e0cb28150db2892f301d141d63ef8
2016-11-16 09:47:37 -06:00

8 lines
282 B
YAML

---
fixes:
- |
Cliff 2.3.0: The shell formatter would emit invalid shell variable
names for field names that contain colons ('``:``') and dashes ('``-``'),
these are now replaced by underscores ('``_``').
[Bug `1616323 <https://bugs.launchpad.net/bugs/1616323>`_]