Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [3.1.0] - 2025-02-22

### Added

- [SIL.ReleaseTasks] Added code to `CreateReleaseNotesHtml` to set the charset
in a metadata element in the HTML head so that special characters such
as the TM mark do not render as garbled text (#72)

## [3.0.0] - 2024-11-07

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

- First release as NuGet package

[Unreleased]: https://github.com/sillsdev/SIL.BuildTasks/compare/v3.0.0...master
[Unreleased]: https://github.com/sillsdev/SIL.BuildTasks/compare/v3.1.0...master

[3.1.0]: https://github.com/sillsdev/SIL.BuildTasks/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/sillsdev/SIL.BuildTasks/compare/v2.5.0...v3.0.0
[2.5.0]: https://github.com/sillsdev/SIL.BuildTasks/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/sillsdev/SIL.BuildTasks/compare/v2.3.0...v2.4.0
Expand Down
Loading