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
commit 0141808f59f3714c1b632452f469db2cdbf51b75 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 d919c0d..9aee9d8 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -23,6 +23,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima [[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. * Prevented values of `T` to `property()` from being `null`. * Added `fail()` step.
