Add 4.1.0 release notes

Source for changes:
https://gist.github.com/jimrollenhagen/13b25f0963448d4418b5

Change-Id: Ib1d26c58653d26c4753ce836e7de75c4fa7eed38
This commit is contained in:
Jim Rollenhagen 2015-09-08 14:50:40 -07:00
parent 4b5c8f13d9
commit 0284ac29b4

View File

@ -2,6 +2,23 @@
Release Notes
=============
4.1.0
=====
This brings some bug fixes and small features on top of Ironic 4.0.0.
Major changes are listed below, and full release details are available
on Launchpad: https://launchpad.net/ironic/liberty/4.1.0.
* Added CORS support
The Ironic API now has support for CORS requests, that may be used by,
for example, web browser-based clients. This is configured in the [cors]
section of ironic.conf.
* Removed deprecated 'admin_api' policy rule
* Deprecated the 'parallel' option to periodic task decorator
4.0.0 First semver release
============================