We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0fbe41 commit cff1afbCopy full SHA for cff1afb
1 file changed
sox.dialog.js
@@ -27,11 +27,12 @@
27
28
// Array of HTML strings that will be displayed as `li` items if the user has installed a new version.
29
const changes = [
30
- 'Fix bugs in various features',
+ 'Fix bugs in various features (thanks @double-beep for many of these!)',
31
'Add feature to copy markdown for comments',
32
'Add feature to add scrolling to room list in usercards in chat',
33
'Only run SOX on HTTPS',
34
'Deprecate "add timeline button" feature (now natively implemented!)',
35
+ 'Deprecate "show question state in suggested edit review queue" (now native!)'
36
];
37
38
function addCategory(name) {
0 commit comments