diff --git a/doc/source/history.rst b/doc/source/history.rst new file mode 100644 index 0000000..57b6fad --- /dev/null +++ b/doc/source/history.rst @@ -0,0 +1,28 @@ +Release Notes +============= + +2.2.2 +----- + +* improved support for listing a large number of filtered subnets +* add --endpoint-type and OS_ENDPOINT_TYPE to shell client +* made the publicURL the default endpoint instead of adminURL +* add ability to update security group name (requires 2013.2-Havana or later) +* add flake8 and pbr support for testing and building + +2.2.0 +----- + +* add security group commands +* add Lbaas commands +* allow options put after positional arguments +* add NVP queue and net gateway commands +* add commands for agent management extensions +* add commands for DHCP and L3 agents scheduling +* support XML request format +* support pagination options + +2.0 +----- + +* support Neutron API 2.0 diff --git a/doc/source/index.rst b/doc/source/index.rst index d02a5c8..8b5793b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -56,30 +56,4 @@ Developer Docs :maxdepth: 1 devref/index - - -Release Notes -============= - -2.0 ------ -* support Neutron API 2.0 - -2.2.0 ------ -* add security group commands -* add Lbaas commands -* allow options put after positional arguments -* add NVP queue and net gateway commands -* add commands for agent management extensions -* add commands for DHCP and L3 agents scheduling -* support XML request format -* support pagination options - -2.2.2 ------ -* improved support for listing a large number of filtered subnets -* add --endpoint-type and OS_ENDPOINT_TYPE to shell client -* made the publicURL the default endpoint instead of adminURL -* add ability to update security group name (requires 2013.2-Havana or later) -* add flake8 and pbr support for testing and building \ No newline at end of file + history