oblak/CHANGELOG.md
Alexander Söderberg 6c63b47e5e
🐛 Fix multiple chained optionals not working correctly (#73)
* 🐛 Fix multiple chained optionals not working correctly

There is a problem where the child arguments never forwarded their commands correctly. This will now fix itself when necessary.

* 📚 Add CHANGELOG entry for change
2020-10-18 21:36:58 +02:00

16 lines
549 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
## [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