Skip to content

Commit 877be52

Browse files
committed
added missing notes
1 parent e4e49b7 commit 877be52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

guide/02-api-overview/release-notes.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"metadata": {},
194194
"source": [
195195
"### [Samples](https://developers.arcgis.com/python/sample-notebooks/)\n",
196-
"* Updates[`Integrating OpenStreetMap datasets with ArcGIS`](https://developers.arcgis.com/python/sample-notebooks/osm-runner/) sample to remover reliance on `Jupyter Dashboard`\n",
196+
"* Updates [Integrating OpenStreetMap datasets with ArcGIS](https://developers.arcgis.com/python/sample-notebooks/osm-runner/) to remove reliance on `Jupyter Dashboard`\n",
197197
"* Fixes errors in [Automate Road Surface Investigation Using Deep Learning](https://developers.arcgis.com/python/sample-notebooks/automate-road-surface-investigation-using-deep-learning/)\n",
198198
"* Fixes missing parameter in [Spatial and temporal distribution of service calls using big data tools](https://developers.arcgis.com/python/sample-notebooks/spatial-and-temporal-trends-of-service-calls/)\n",
199199
"* Updates [How much green is Delhi as on 15 Oct 2017?](https://developers.arcgis.com/python/sample-notebooks/how-much-green-is-delhi-as-on-15-oct-2017/) title to [How green is New Delhi?](https://developers.arcgis.com/python/sample-notebooks/how-much-green-is-delhi-as-on-15-oct-2017/)"
@@ -205,7 +205,7 @@
205205
"source": [
206206
"#### [`arcgis.gis`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#gis)\n",
207207
"* Fixes [`clone_items()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items) between Enterprise 10.4.1 and 10.5.1\n",
208-
"* Updates [`clone_items()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items)\n",
208+
"* Updates [`clone_items()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items) to handle thumbnails in all situations\n",
209209
"* Fixes BUG-000128343 [`Group.update()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Group.update) method not updating when `is_invitation_only` set to False\n",
210210
"* Improves error handling for various `get()` functions when item does not exist or is inaccessible"
211211
]
@@ -216,8 +216,8 @@
216216
"source": [
217217
"#### [`arcgis.gis.admin`](https://developers.arcgis.com/python/api-reference/arcgis.gis.admin.html#)\n",
218218
"* Fixes BUG-000128319 [`WebhookManager.create()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.WebhookManager.create) failing when `events` parameter is list of actions\n",
219-
"* Clarifies documentation for [`CreditManager.deallocate()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.CreditManager.deallocate) method\n",
220-
"* "
219+
"* Updates documentation for [`CreditManager.deallocate()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.CreditManager.deallocate) method\n",
220+
"* Fixes [`CreditManager.allocate(credits=0.0)`](https://developers.arcgis.com/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.CreditManager.allocate) to properly set credit value"
221221
]
222222
},
223223
{

0 commit comments

Comments
 (0)