Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## Release v2.1

- **Added** support for openCypher in the query editor
([#1016](https://github.com/aws/graph-explorer/pull/1016))
([#1016](https://github.com/aws/graph-explorer/pull/1016),
[#1024](https://github.com/aws/graph-explorer/pull/1024))
- **Updated** dependencies to latest versions
([#1014](https://github.com/aws/graph-explorer/pull/1014))

Expand Down
2 changes: 1 addition & 1 deletion additionaldocs/features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ your graph database:

##### Query Search

- Available for Gremlin connections
- Available for Gremlin and openCypher connections
- Allows execution of any valid database query, including mutations
- When adding an edge, its connected nodes are automatically included
- Displays scalar values in results (though these cannot be added to the graph)
Expand Down