Skip to content

Commit ed4deec

Browse files
authored
Update CHANGELOG.md
1 parent 09f9c2e commit ed4deec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## 0.9.0 (Unreleased)
22

3+
UPGRADE NOTES
4+
5+
* The way we implement new API result fields added by microversions has changed. Previously, we would declare a dedicated `ExtractFoo` function in a file called `microversions.go`. Now, we are declaring those fields inline of the original result struct as a pointer. [GH-1854](https://github.com/gophercloud/gophercloud/pull/1854)
6+
37
IMPROVEMENTS
48

59
* Added `compute/v2/extensions/instanceactions.List` [GH-1848](https://github.com/gophercloud/gophercloud/pull/1848)

0 commit comments

Comments
 (0)