Skip to content

Commit

Permalink
feat: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0nn committed Nov 29, 2024
1 parent 1fd23b5 commit ed01276
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fixed a bug caused by untested merge request

## [1.10.1] - 28.11.2024

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/ui/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl SimpleComponent for AboutDialog {
"<p>Fixed</p>",

"<ul>",
"<li>Fixed a typo in the background image chooser</li>",
"<li>Fixed a bug caused by untested merge request</li>",
"</ul>"
].join("\n"),

Expand Down

0 comments on commit ed01276

Please sign in to comment.