Adds release notes for added migration features

In preparation for a 0.1.1 release of fairy-slipper.

Change-Id: I5c6ee769c528379dd7989d963216a5b0432ca078
This commit is contained in:
Anne Gentle 2016-03-10 11:29:12 -06:00
parent a364fc3b1b
commit fa666c0ade
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
migration:
- Handle additional error and status codes to migrate all documented 300,
400, and 500 errors.

View File

@ -0,0 +1,5 @@
---
migration:
- Update method names with x- prefix as an extension to the Swagger standard
to accomodate OpenStack APIs such as COPY operations and POST operations
with an /actions resource.