c17a93af02
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
9 lines
391 B
YAML
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'.
|