Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHalbesleben committed Sep 17, 2022
1 parent 499c975 commit 9f4f4d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/types/Changelog.ts
Original file line number Diff line number Diff line change
@@ -150,4 +150,10 @@ Typing a hotkey in the description field in the task modal could open modals/tri
description:
"Implements a couple of optimizations to the chunking algorithm that should speed it up, especially on lower-end devices",
},
{
version: "3.6.6",
title: "Bug fix",
description:
"Fixes a bug where the chunking algorithm would crash and the page would not load",
},
];

0 comments on commit 9f4f4d5

Please sign in to comment.