deb-horizon/releasenotes/notes/global-class-name-convention-71ff68913c39b800.yaml
Akihiro Motoki 6bde531f74 Minor release notes fix
* Render nested lists properly (A blank line is required
  when a nested list starts)
* Add a launchpad link for a bug
* Add periods for better readability
* URL only release note looks unusual. The bug link (bug 1508571) is
  actually described in the feature section, so the URL was moved.

TrivialFix

Change-Id: I1240c325207bbca513b2e41cc02065118797c2c4
2016-10-10 18:55:41 +09:00

10 lines
402 B
YAML

---
prelude: >
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.
deprecations:
- 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'.