We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2de90 commit 3a5c0a8Copy full SHA for 3a5c0a8
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 0.108.0
4
+
5
+### Changes
6
7
+- Notifications in the experimental Notifications view can be marked as done.
8
9
+**_Thank You_**
10
11
+* [@aedm (Gábor Gyebnár)](https://github.com/aedm): Adds `sanitizedLowercaseIssueTitle` to settings docs [PR #6690](https://github.com/microsoft/vscode-pull-request-github/pull/6690)
12
13
## 0.106.0
14
15
### Changes
build/filters.js
@@ -28,6 +28,7 @@ module.exports.unicodeFilter = [
28
'!**/ThirdPartyNotices.txt',
29
'!**/LICENSE.{txt,rtf}',
30
'!**/LICENSE',
31
+ '!**/CHANGELOG.md',
32
'!*.yml',
33
'!resources/emojis.json'
34
];
0 commit comments