We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae14f2 commit ffc5267Copy full SHA for ffc5267
src/release/RELEASE-NOTES
@@ -52,4 +52,6 @@ After:
52
vaults = await client.vaults.list()
53
for vault in vaults:
54
print(vault.title)
55
-```
+```
56
+
57
+* All functions that return an Iterator will now return the appropriate list type.
0 commit comments