From 3f515d3140f1a947283cbfe33cc8c15719f1ce60 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Wed, 1 Sep 2021 15:58:18 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0d93ff46..befd4689e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## [UNRELEASED] -No user facing changes. +- Update default CodeQL bundle version to 2.6.0. [#712](https://github.com/github/codeql-action/pull/712) +- Update baseline lines of code counter for python. All multi-line strings are counted as code. [#714](https://github.com/github/codeql-action/pull/714) +- Remove old baseline LoC injection [#715](https://github.com/github/codeql-action/pull/715) ## 1.0.12 - 16 Aug 2021