blob: bcff8893cdae7aeb0f6a63b1be49a4deb1fea913 (
plain)
1
2
3
4
5
6
7
|
---
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>`_]
|