oblak/CHANGELOG.md
Jason c051ff20df ๐Ÿ› Fix wrong suggestions following an invalid literal (#72)
* โœ… Add a test for suggestions after an invalid literal

* ๐Ÿ› Fix wrong suggestions following an invalid literal

* ๐Ÿ“š Document literal suggestion fix in CHANGELOG

Co-authored-by: Alexander Sรถderberg <sauilitired@gmail.com>
2020-10-19 10:03:56 +02:00

20 lines
656 B
Markdown

# Changelog
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).
## [Unreleased]
### Fixes
- Fixes chained optionals not allowing the command to be executed when more than one optional is omitted
### Fixed
- Fixed quoted parsing in StringArgument
- Fixed wrong suggestions following invalid literals
## [1.0.1] - 2020-10-14
### Changes
- Switched from a snapshot to a release version of adventure 4.0.0
- Added `Identity.nil()` when sending adventure messages