# 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] ## [0.5.0] - 2021-07-30 ### Fixed - white space now allowed as docs ## [0.4.0] - 2021-07-12 ### Added - add language support in detailed output ## [0.3.0] - 2021-07-12 ### Fixed - avg post processor missing result in detail output - sum post processor have redundancy result in detail output ## [0.2.0] - 2021-07-12 ### Added - multiply support - parentheses support ### Fixed - minus calculation not correct ## [0.1.0] - 2021-07-12 ### Added - `x`d`y` dice roller - plus or minus with number - output result as detailed string [Unreleased]: https://github.com/7sDream/gurgle/compare/v0.5.0...HEAD [0.5.0]: https://github.com/7sDream/gurgle/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/7sDream/gurgle/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/7sDream/gurgle/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/7sDream/gurgle/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/7sDream/gurgle/tag/v0.1.0