diff --git a/docs/releases/0.2.2.md b/docs/releases/0.2.2.md index ebaedf1..88c3a88 100644 --- a/docs/releases/0.2.2.md +++ b/docs/releases/0.2.2.md @@ -24,6 +24,10 @@ title: Release 0.2.2 [#1493](https://github.com/inventree/InvenTree/pull/1493) greatly improves the display of subcategories within a given category. +### Javascript Translation + +[#1494](https://github.com/inventree/InvenTree/pull/1494) provides significant improvements for delivery of JavaScript files. Previously, JavaScript files which required i18n translation were compiled at run-time by the server. Now, JavaScript files are pre-compiled as part of the static file creation step. This significantly speeds up delivery of JavaScript files to the client. + ## Major Bug Fixes | PR | Description |