All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- This file! 🚀
- Added associated type
Error
toHatch
andCommunicator
- Consume and return
Rocket<Build>
inHatch::from
andCommunicator::from
. This enables an implementor of those traits to modify theRocket
instance in the same way it is possible in aFairing
.