Fix release notes around

We need to add new release notes files added for each commit. While we
can edit past release notes that's essentially the same as editing
history, it's fine for typos and/or clearing something up but when
adding new things we're adding onto notes in past releases. In the
case of 2 recently migrated clients the old release notes putting
patches that landed after 12.1.0 in the release notes for 12.1.0. This
commit fixes that issue and breaks that out into a new note.

Change-Id: Id7a24c1bc659c4e44b2214ec27e6b94ea742a81e
This commit is contained in:
Matthew Treinish 2016-07-21 13:53:52 -04:00
parent bf2c29fd5c
commit 6e60a75184
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
2 changed files with 10 additions and 2 deletions

View File

@ -0,0 +1,10 @@
---
features:
- |
Define identity service clients as libraries
The following identity service clients are defined as library interface,
so the other projects can use these modules as stable libraries without
any maintenance changes.
* endpoints_client(v3)
* policies_client (v3)

View File

@ -7,8 +7,6 @@ features:
any maintenance changes.
* endpoints_client(v2)
* endpoints_client(v3)
* policies_client (v3)
* roles_client(v2)
* services_client(v2)
* tenants_client(v2)