Add missing release notes

Change-Id: I80d85df02ddb5a9e065080a95d05c5bbc38d4932
Closes-Bug: 1558825
This commit is contained in:
Rob Cresswell 2016-03-17 22:43:27 +00:00 committed by David Lyle
parent c45166c3fa
commit 9be5b5ff70
5 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
features:
- >
[`blueprint angular-performance-strict-di <https://blueprints.launchpad.net/horizon/+spec/angular-performance-strict-di>`_]
This blueprint enforces strict dependency injection in AngularJS code, for
improvements to minification and thus performance.
upgrade:
- All AngularJS code must use explicit dependency injection. See
https://docs.angularjs.org/guide/di#using-strict-dependency-injection

View File

@ -0,0 +1,10 @@
---
features:
- >
[`blueprint integrate-magic-search <https://blueprints.launchpad.net/horizon/+spec/integrate-magic-search>`_]
Magic Search was an external dependency that was being heavily modified or
overwritten in sections, so the used parts of code base have been moved
into Horizon.
upgrade:
- Horizon no longer requires Magic Search as an external dependency.

View File

@ -0,0 +1,7 @@
---
features:
- >
[`blueprint integration-tests-hardening <https://blueprints.launchpad.net/horizon/+spec/integration-tests-hardening>`_]
This blueprint reduced failures in the integration tests caused by
structure or styling changes, by making them less dependent on aspects of
page structure, such as ordering or CSS classes.

View File

@ -0,0 +1,5 @@
---
features:
- >
[`blueprint keystone-federation-protocol-mapping <https://blueprints.launchpad.net/horizon/+spec/keystone-federation-protocol-mapping>`_]
This blueprint provides CRUD interaction for identity provider protocols.

View File

@ -0,0 +1,5 @@
---
features:
- >
[`blueprint pagination-for-flavor <https://blueprints.launchpad.net/horizon/+spec/pagination-for-flavor>`_]
Added forward and backward pagination to the Flavors panel