Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RussKie committed Apr 19, 2021
1 parent a73679f commit 46dd4a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions GitUI/Resources/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ Changelog
=========


### Version 3.5 (18 April 2021)

#### Changes:
* [9036] [NBug] Не удалось найти часть пути "E:\test_screenshots\.git\GitEx...
* [8971] Support Bitbucket repos with dots in the name

[9036]:https://github.com/gitextensions/gitextensions/pull/9036
[8971]:https://github.com/gitextensions/gitextensions/pull/8971


### Version 3.5-RC1 (21 March 2021)

#### Changes:
Expand Down
2 changes: 1 addition & 1 deletion Setup/Prepare-Release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function Generate-Changelog {
"`r`n#### Changes:" | Out-File $changelogFile -Append -Encoding utf8
$issues | ForEach-Object {
$issue = $_;
"* [#$($issue.number)] $($issue.title)" | Out-File $changelogFile -Append -Encoding utf8
"* [$($issue.number)] $($issue.title)" | Out-File $changelogFile -Append -Encoding utf8
}
"`r`n" | Out-File $changelogFile -Append -Encoding utf8
$issueLinks | Out-File $changelogFile -Append -Encoding utf8
Expand Down

0 comments on commit 46dd4a4

Please sign in to comment.