heat/releasenotes/notes/constraints-i18n-dc8b2652b8455196.yaml
Zane Bitter a29ccdcdb0 Handle unicode in constraints
Ensure that if the user provides non-ASCII descriptions or e.g. allowed
values in a template, that we can print them correctly wherever they
appear in API output (such as in error messages). Also allow all default
error messages to be localised.

Change-Id: Id2c309a33634b35a4f1f8b7ddf252db22bc46625
Story: #2003096
Task: 23188
2019-01-29 19:21:28 +13:00

8 lines
248 B
YAML

---
fixes:
- |
Non-ASCII text that appears in parameter constraints (e.g. in the
description of a constraint, or a list of allowed values) will now be
handled correctly when generating error messages if the constraint is not
met.