Skip to content

Commit 8300868

Browse files
authored
Added 3.1.0 release to changelog (#73)
1 parent 3690e20 commit 8300868

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616

1717
## [Unreleased]
1818

19+
## [3.1.0] - 2025-02-22
20+
21+
### Added
22+
23+
- [SIL.ReleaseTasks] Added code to `CreateReleaseNotesHtml` to set the charset
24+
in a metadata element in the HTML head so that special characters such
25+
as the TM mark do not render as garbled text (#72)
26+
1927
## [3.0.0] - 2024-11-07
2028

2129
### Added
@@ -162,8 +170,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
162170

163171
- First release as NuGet package
164172

165-
[Unreleased]: https://github.com/sillsdev/SIL.BuildTasks/compare/v3.0.0...master
173+
[Unreleased]: https://github.com/sillsdev/SIL.BuildTasks/compare/v3.1.0...master
166174

175+
[3.1.0]: https://github.com/sillsdev/SIL.BuildTasks/compare/v3.0.0...v3.1.0
167176
[3.0.0]: https://github.com/sillsdev/SIL.BuildTasks/compare/v2.5.0...v3.0.0
168177
[2.5.0]: https://github.com/sillsdev/SIL.BuildTasks/compare/v2.4.0...v2.5.0
169178
[2.4.0]: https://github.com/sillsdev/SIL.BuildTasks/compare/v2.3.0...v2.4.0

0 commit comments

Comments
 (0)