diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5e1b8c0..8ffba0c59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## 1.0.4 - 28 Jun 2021 -- Fix `RUNNER_TEMP environment variable must be set` when using runner. +- Fix `RUNNER_TEMP environment variable must be set` when using runner. [#594](https://github.com/github/codeql-action/pull/594) +- Fix couting of lines of code for C# projects. [#586](https://github.com/github/codeql-action/pull/586) + ## 1.0.3 - 23 Jun 2021 No user facing changes.