horizon/releasenotes/notes/global-class-name-convention-71ff68913c39b800.yaml
Akihiro Motoki c17a93af02 Cleanup release notes
The main purpose of prelude is to describe release highlights.
The current usage of prelude looks random and there is no need for
individual release notes to use prelude section.
This commit cleans them up.

Also add a note on this to the contributor guide.

Change-Id: Ib72a3f4fc1bac2befd900249d07f5d67a56079f3
2017-07-24 01:37:59 +00:00

9 lines
391 B
YAML

---
deprecations:
- In an effort to standarize our HTML class naming conventions,
we will be updating various class names to use dashes, instead of
underscore or camelcasing, to match with Bootstrap's convention.
All instances of HTML class 'd3_pie_chart_usage' to 'pie-chart-usage'.
All instances of HTML class 'd3_pie_chart_distribution' to
'pie-chart-distribution'.