Skip to content

Commit 9c02394

Browse files
committed
fixed typos and rephrased addition of storymap
1 parent 4577df2 commit 9c02394

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
@@ -6,16 +6,16 @@
66
"source": [
77
"# What's new in version 1.4.2\n",
88
"#### New\n",
9-
"* Added ability to work with [StoryMap Journals](https://storymaps.arcgis.com/en/app-list/map-journal/) \n",
9+
"* Added a `storymap` submodule to the [`arcgis.apps`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.apps.html) module to work with [ArcGIS StoryMaps](https://storymaps.arcgis.com/en/app-list/map-journal/) \n",
1010
"* Added support for [registering data](http://enterprise.arcgis.com/en/server/latest/publish-services/windows/overview-register-data-with-arcgis-server.htm) and adding [`big data files shares`](http://enterprise.arcgis.com/en/server/latest/get-started/windows/what-is-a-big-data-file-share.htm) from Cloud Stores\n",
1111
"* Added `bulk_update()` function to `ContentManager` to update properties on a collection of items\n",
12-
"* New [Orthomapping](http://pro.arcgis.com/en/pro-app/help/data/imagery/introduction-to-ortho-mapping.htm) module\n",
12+
"* Added a new [Orthomapping](http://pro.arcgis.com/en/pro-app/help/data/imagery/introduction-to-ortho-mapping.htm) module\n",
1313
"* Enhanced [`clone()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items) of [`feature layer views`](https://doc.arcgis.com/en/arcgis-online/manage-data/create-hosted-views.htm) to support varied rendering and template definitions\n",
1414
"* Improved `clone()` of Pro Maps and Survey123 Forms\n",
1515
"* Added support fro `clone()` of [Vector Tile Style Items](https://www.esri.com/arcgis-blog/products/developers/mapping/design-custom-basemaps-with-the-new-arcgis-vector-tile-style-editor/)\n",
1616
"* Improved performance when using `clone()` on `feature services`\n",
17-
"* Added `default_aggregation_styles` environment settign to [`gis.env`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.env.html)\n",
18-
"* Improved handling of data fields with the [`Spatial DataFrame`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#spatialdataframe)\n",
17+
"* Added `default_aggregation_styles` environment setting to [`gis.env`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.env.html)\n",
18+
"* Improved handling of date fields with the [`Spatial DataFrame`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#spatialdataframe)\n",
1919
"\n",
2020
"#### Fixes\n",
2121
"* Fixed BUG-000110440 corrected misspelled `suppress_email` parameter that caused `gis.admin.license.revoke()` to fail\n",

0 commit comments

Comments
 (0)