add release notes for ksc 2.1.0

in anticipation of a new release, create release notes for bugs
and fixes that should have included notes.

Change-Id: Icc4be3b42a59e44586020946649c0aeda93feb10
This commit is contained in:
Steve Martinelli
2016-01-12 11:34:23 -05:00
parent 9774ad353e
commit 7327067f98

View File

@@ -0,0 +1,17 @@
---
fixes:
- >
[`bug 1462694 <https://bugs.launchpad.net/python-keystoneclient/+bug/1462694>`_]
Add support for `include_subtree` in list_role_assignments.
- >
[`bug 1526686 <https://bugs.launchpad.net/python-keystoneclient/+bug/1526686>`_]
Replace textwrap with faster code in cms functions.
- >
[`bug 1457702 <https://bugs.launchpad.net/python-keystoneclient/+bug/1457702>`_]
Change default endpoint to public for keystone v3.
- >
[`bug 1520244 <https://bugs.launchpad.net/python-keystoneclient/+bug/1520244>`_]
Support `truncated` flag returned from server.
other:
- >
Support v2 parameters for the v3 service create method.