Skip to content

Commit 3a5c0a8

Browse files
authored
Changelog for 0.108.0 (#6730)
1 parent 4a2de90 commit 3a5c0a8

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## 0.106.0
414

515
### Changes

build/filters.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports.unicodeFilter = [
2828
'!**/ThirdPartyNotices.txt',
2929
'!**/LICENSE.{txt,rtf}',
3030
'!**/LICENSE',
31+
'!**/CHANGELOG.md',
3132
'!*.yml',
3233
'!resources/emojis.json'
3334
];

0 commit comments

Comments
 (0)