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 Jan 3, 2024
1 parent 347cf4d commit bf0a222
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ 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/).

## v3.3.0 - 2024-01-03

### Features

- Moved plugin annotation parsing to dedicated class (`PluginAnnotationParser`).

### Bugfixes

- Add missing translation for `argument.parse.failure.duration`.
- Fixed annotation parsing failing for package private classes.
- Fixed `ArcLoggerFactory` not taking into account common logger wrappers.

### Deprecated

- Scheduled `EventBus#parse`, `ArcCommandManager#recipe` and `PluginScheduler#recipe` for removal.

## v3.2.1 - 2023-11-13

### Bugfixes
Expand Down

0 comments on commit bf0a222

Please sign in to comment.