From 395ef8166870e2c6e1f63a7d97ac22e5e646e790 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Tue, 28 Dec 2021 11:52:13 +0100 Subject: [PATCH] Update change log for 6.1.3 --- .github/workflows/dotnet.yml | 2 +- ChangeLog.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 345c871d..ad61929f 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,7 +16,7 @@ jobs: env: Solution: '**/ICSharpCode.AvalonEdit.sln' BuildPlatform: 'Any CPU' - BuildVersion: '6.1.3' + BuildVersion: '6.1.4' steps: - uses: actions/checkout@v2 - name: Update project version diff --git a/ChangeLog.md b/ChangeLog.md index f026b09a..8c450315 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,7 +1,12 @@ Note: this changelog only lists major changes and fixes for major bugs. For a complete list of changes, see the git log. -tbd: AvalonEdit 6.1.3 +tbd: AvalonEdit X +* + +2021/12/28: AvalonEdit 6.1.3 * TFM changes: net6.0-windows (LTS) added +* Expose MarkerPen and MarkerCornerRadius on SearchPanel +* Fix TSQL highlighting where a backslash exists before a single quote literal ('') in a string 2021/06/01: AvalonEdit 6.1.2 * TFM changes: netcoreapp3.0 removed in favor of netcoreapp3.1 (LTS), net5.0-windows added