Add release note for not allowing .json on urls

Change-Id: Ia3372a4aa3761af5c38f7f12db76921a022dd429
This commit is contained in:
Tim Simmons 2016-03-16 17:38:38 +00:00
parent a4c3fc59f5
commit 1ae9bfa266
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
fixes:
- Designate no longer will attempt to guess content type based on
an extension to the URL. So GET /v2/zones.json is no longer an
acceptable URL.