Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner authored and github-actions[bot] committed Dec 30, 2024
1 parent 0a607a8 commit 92062a9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/),
and this project adheres to [Semantic Versioning](http://semver.org/).

## v4.1.0 - 2024-12-30

### Features

- Added `DescriptionFacade#getComponent`.
- Added `Translation#formatAsComponent` and deprecated `Translation#formatTo`.
- Added `ComponentAccumulator`.
- Added `WindowManager#getActiveWindow`.

### Bugfixes

- Fix crash caused by `ResourceBundles#fromClasspathDirectory` if the path of the jar contains invalid URL characters.

### Chores

- Updated dependencies.
- Annotated flawed methods in `MenuGrid` (read source for more info).

## v4.0.2 - 2024-12-17

### Bugfixes
Expand Down

0 comments on commit 92062a9

Please sign in to comment.