diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ec775d..419fcc1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.8.4] + +### Fixed +- Core: Flags not tab-completing unless string is empty ([#460](https://github.com/Incendo/cloud/pull/460)) +- Core: Parser registry not properly resolving `TypeToken`s ([#454](https://github.com/Incendo/cloud/pull/454)) +- Fabric: Pottery pattern registry overriding default string parser for annotations +- Fabric: Log cause of CommandExecutionException in fabric's default exception handler ([#466](https://github.com/Incendo/cloud/pull/466)) + +### Changed +- Core: Improved string parser supplier argument checking +- Bukkit/Paper: Improve docs around Brigadier support + ## [1.8.3] ### Changed diff --git a/README.md b/README.md index 3e422f85..d140fe9e 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot reposi cloud.commandframework cloud-PLATFORM - 1.8.3 + 1.8.4