Skip to content

Commit

Permalink
fix mentioned version in migration docs (#2798)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpollmeier committed Jun 2, 2023
1 parent f74cc7a commit dbd35f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Specification: https://cpg.joern.io

## News / Changelog

- Joern v2.0.0 removes the `overflowdb.traversal.Traversal` class. This change is not completely backwards compatible. See [here](changelog/traversal_removal.md) for a detailed writeup.
- Joern v1.2.0 removes the `overflowdb.traversal.Traversal` class. This change is not completely backwards compatible. See [here](changelog/traversal_removal.md) for a detailed writeup.

## Requirements

Expand Down
4 changes: 2 additions & 2 deletions changelog/traversal_removal.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The great Traversal removal (v2.0.0; June 2023)
# The great Traversal removal (v1.2.0; June 2023)
PR: https://github.com/joernio/joern/pull/2784
## Summary
We removed the `overflowdb.traversal.Traversal` class, and replaced it with a type alias `type Traversal[+T] = scala.collection.Iterator[T]`.
Expand Down Expand Up @@ -276,4 +276,4 @@ There is a common pattern in java, if one must use reflection: One reflectively

The way to hoist the overhead from string-based lookups in joern is to add the required functions in overflowdb-codegen (like e.g. the `_astOut` instead of `.out("AST")`).

This issue affects many files in joern; https://github.com/joernio/joern/pull/2784 includes fixes for 7 of them.
This issue affects many files in joern; https://github.com/joernio/joern/pull/2784 includes fixes for 7 of them.

0 comments on commit dbd35f5

Please sign in to comment.