Skip to content

Commit 4ed6eb2

Browse files
committed
Cut 2.8.2
1 parent 0c1abb6 commit 4ed6eb2

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.1
1+
2.8.2

messages.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@
4747
"2.7.0": "messages/2.7.0.txt",
4848
"2.8.0": "messages/2.8.0.txt",
4949
"2.8.1": "messages/2.8.1.txt",
50+
"2.8.2": "messages/2.8.2.txt",
5051
"install": "messages/install.txt"
5152
}

messages/2.8.2.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
=> 2.8.2
2+
3+
# Fixes
4+
5+
- Refactor handling of progress notification for diagnostics (#2740) (Rafał Chłodnicki)
6+
- Fix diagnostics request for not visible views after refresh (#2743) (jwortmann)
7+
- Fix diagnostic dynamic registration and rework Goto Diagnostic command (#2727) (jwortmann)
8+
- Fix dotted dict processing dots in second+ level keys (#2745) (Rafał Chłodnicki)
9+
- fix missing request duration in logs (#2736) (Rafał Chłodnicki)
10+
11+
# Refactors
12+
13+
- Type parameters and return value of Request (#2741) (Rafał Chłodnicki)

plugin/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = (2, 8, 1)
1+
__version__ = (2, 8, 2)

0 commit comments

Comments
 (0)