Skip to content

Commit cff1afb

Browse files
committed
Update this version's changelog
1 parent c0fbe41 commit cff1afb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sox.dialog.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@
2727

2828
// Array of HTML strings that will be displayed as `li` items if the user has installed a new version.
2929
const changes = [
30-
'Fix bugs in various features',
30+
'Fix bugs in various features (thanks @double-beep for many of these!)',
3131
'Add feature to copy markdown for comments',
3232
'Add feature to add scrolling to room list in usercards in chat',
3333
'Only run SOX on HTTPS',
3434
'Deprecate "add timeline button" feature (now natively implemented!)',
35+
'Deprecate "show question state in suggested edit review queue" (now native!)'
3536
];
3637

3738
function addCategory(name) {

0 commit comments

Comments
 (0)