From b829d1eaa045506ee4ac50584a4febbb1b867574 Mon Sep 17 00:00:00 2001 From: Ryan Tan Date: Tue, 13 Feb 2024 11:09:38 -0800 Subject: [PATCH] Update CHANGELOG.asciidoc --- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 6dd1373a717..db39bad73b9 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -33,6 +33,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima * Renamed the traversal discarding `none()` step to `discard()`. * Added new list filtering step `none()`. * Removed the deprecated `withGraph()` option from `AnonymousTraversalSource`. +* Removed the `gremlin-archetype` module in favor of newer sample applications in each GLV's `examples` folder. * Bumped to `commons-collection4`. == TinkerPop 3.7.0 (Gremfir Master of the Pan Flute)