diff --git a/changelog_unreleased/1147-list-packages-needed-to-use-cloudsmith-script.md b/changelog_unreleased/1147-list-packages-needed-to-use-cloudsmith-script.md new file mode 100644 index 000000000..376f14386 --- /dev/null +++ b/changelog_unreleased/1147-list-packages-needed-to-use-cloudsmith-script.md @@ -0,0 +1,5 @@ +[doc] andrei + + The command line tools required to install Stork packages via Cloudsmith are + now documented in the ARM. + (Gitlab #1147) diff --git a/changelog_unreleased/994-codeql-unused-variable-import-function-or-class-in-ui.md b/changelog_unreleased/994-codeql-unused-variable-import-function-or-class-in-ui.md new file mode 100644 index 000000000..0ae5af2bb --- /dev/null +++ b/changelog_unreleased/994-codeql-unused-variable-import-function-or-class-in-ui.md @@ -0,0 +1,6 @@ +[build] andrei + + UI linters for unused variables and unused imports are now run with + "rake lint:ui". Setting the FIX environment variable enables autofixing, but + it only works with unused imports. The reported lint errors were fixed. + (Gitlab #994)