This is an automated email from the ASF dual-hosted git repository.
krlawrence pushed a commit to branch TINKERPOP-2652
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/TINKERPOP-2652 by this push:
new ace74cd Add TextP.regex to the CHANGELOG
ace74cd is described below
commit ace74cde9f24715ca9058f71ccb6fcff45d0a03c
Author: Kelvin Lawrence <[email protected]>
AuthorDate: Wed Dec 15 12:42:11 2021 -0600
Add TextP.regex to the CHANGELOG
---
CHANGELOG.asciidoc | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 341b8ba..089aa47 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -23,6 +23,7 @@ limitations under the License.
[[release-3-6-0]]
=== TinkerPop 3.6.0 (Release Date: NOT OFFICIALLY RELEASED YET)
+* Added `TextP.regex` and `TextP.notRegex`.
* Changed TinkerGraph to allow identifiers to be heterogeneous when filtering.
* Fixed query indentation for profile metrics where indent levels were not
being respected.
* `TraversalOpProcessor` no longer accepts a `String` representation of
`Bytecode` for the "gremlin" argument which was left to support older versions
of the drivers.