JS: Change note

This commit is contained in:
Asger F
2023-04-28 14:30:48 +02:00
parent 410719fd9e
commit 1b75afb5b1

View File

@@ -0,0 +1,5 @@
---
category: fix
---
* Fixed a spurious diagnostic warning about comments in JSON files being illegal.
Comments in JSON files are in fact fully supported, and the diagnostic message was misleading.