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.
- Removed uses of
mem::uninitialized
. - Fixed bug
math::trig::sin_u16
resulting in a weird results near its peaks (Thanks @vurpo !). - Fix divide by 0 error in
ColorRGB::maximize_brightness
. - Renaming of math functions from
<method name><integer size>
to<method name>_u<integer size>
Initial Release - CHANGELOG starts