File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
platform/src/main/resources/graphdb/messages Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.4.1]
9
+
10
+ ### Fixed
11
+
12
+ - Fail gracefully when retrieving function metadata for Neo4j 3.x (#51 )
13
+
8
14
## [ 0.4.0]
9
15
10
16
### Added
Original file line number Diff line number Diff line change 1
- version =0.4.0
1
+ version =0.4.1
2
2
3
3
# Intellij SDK
4
4
intellijSdkVersion =2022.3
Original file line number Diff line number Diff line change 1
1
updater.title =Graph Database plugin updated to v{0}
2
2
updater.notification =\
3
- Support new syntax for CREATE INDEX commands. \
4
- Add scrollbars to new database panel. \
5
- Various internal improvements and refactorings.
3
+ Fail gracefully when retrieving function metadata for Neo4j 3.x.
You can’t perform that action at this time.
0 commit comments