add change-note

This commit is contained in:
erik-krogh
2024-05-21 22:14:39 +02:00
parent 61c72361cd
commit a30bac14e9

View File

@@ -0,0 +1,4 @@
---
category: fix
---
* Fixed a bug where very large TypeScript files would cause database creation to crash. Large files over 10MB were already excluded from analysis, but the file size check was not applied to TypeScript files.