Skip to content

Commit a7a456b

Browse files
committed
doc: updated CHANGELOG.
1 parent 9eb8e52 commit a7a456b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# Changelog of GumTree
22

33
## v4.0.0 (Ginkgo)
4-
* New native distribution with zero dependencies apart from JDK 17
4+
* New minimal distribution with zero non-java dependencies
55
* Vastly improved swing client with directory comparison, syntax highlighting, and more
66
* Update monaco
77
* Update bootstrap
88
* Update mergely
9-
* New Acorn based tree generator for JS
10-
* New tree-sitter based tree generator with support for a wide range of languages with both a python and a java implementation.
11-
* Docker image now comes installed with the Acorn and tree-sitter parsers
12-
* Very light docker image with the native distribution
9+
* New tree-sitter based tree generator with support for a wide range of languages with a java implementation
10+
* Dropped external parsers that have a tree-sitter counterpart (except srcml)
11+
* Vastly improved docker image of less than 300mb with a new arm64 version
1312
* Benchmark now displays size differences on a boxplot
1413
* Dotdiff displays actions on nodes using colors
15-
* Default build command no longer test generators requiring native tools
14+
* Default build command no longer test generators requiring external tools
1615
* Test reports are uploaded in the CI
1716
* Added citation file
1817
* Simple is now the default matcher

0 commit comments

Comments
 (0)