Skip to content

Commit

Permalink
mention new features constructor option in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois authored Nov 22, 2018
1 parent 5f309ef commit d228c86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Fixed
* ensure the same `referer` header is used in requests that was supplied when calling `generateToken()`.


### @esri/arcgis-rest-feature-service

* Changed
* **`features`** is now the preferred argument for `addFeatures()` and `updateFeatures()` and **`objectIds`** for `deleteFeatures()`.

This change was made for consistency with the REST API itself. the old constructor options will still be honored until v2.0.0.

* Misc.
* **decodeValues**: short circut out of decoding values if there are no CVD fields [`1bac187`](https://github.com/Esri/arcgis-rest-js/commit/1bac187a47be09436d21c721703547aec1334b53)

Expand Down

0 comments on commit d228c86

Please sign in to comment.