xiazcy commented on code in PR #2408:
URL: https://github.com/apache/tinkerpop/pull/2408#discussion_r1433103260


##########
docs/src/upgrade/release-3.7.x.asciidoc:
##########
@@ -30,9 +30,15 @@ complete list of all the modifications that are part of this 
release.
 
 === Upgrading for Users
 
+==== Renaming `none()` Step to `discard()`

Review Comment:
   ```suggestion
   ==== Notice: Renaming `none()` step to `discard()` in 4.0.0
   ```



##########
docs/src/upgrade/release-3.7.x.asciidoc:
##########
@@ -30,9 +30,15 @@ complete list of all the modifications that are part of this 
release.
 
 === Upgrading for Users
 
+==== Renaming `none()` Step to `discard()`
+`none()`, which is primarily used by `iterate()` to discard traversal results 
in remote contexts, will be renamed to
+`discard()` in release 4.0.0.
 
 === Upgrading for Providers
 
+==== Renaming NoneStep to DiscardStep

Review Comment:
   ```suggestion
   ==== Notice: Renaming NoneStep to DiscardStep in 4.0.0
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to