Changeset: Remove unused start index parameter for opIterator()

This commit is contained in:
Richard Hansen 2021-10-20 19:15:30 -04:00
parent 43dae4cb1d
commit 0fd2a46783
2 changed files with 5 additions and 5 deletions

View file

@ -38,6 +38,8 @@
* `author`: Deprecated; use the new `authorId` property instead.
* `readonly`: Deprecated; use the new `readOnly` property instead.
* `rev`: Deprecated.
* Changes to the `src/static/js/Changeset.js` library:
* `opIterator()`: The unused start index parameter has been removed.
### Notable enhancements