diff --git a/CHANGELOG.md b/CHANGELOG.md index d622daa..bc674bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.1.1](https://github.com/BlackBonjour/php-binary/tree/0.1.1) - 2017-10-19 +### Fixed +- Fixed ::hexTo32Float always converting endianness even if it's not needed + +### Added +- Optional parameter to ::hexTo32Float for converting endianness + ## [0.1.0](https://github.com/BlackBonjour/php-binary/tree/0.1.0) - 2017-10-19 ### Added -- Added binary (file) reader -- Added helper class for various stuff \ No newline at end of file +- Binary (file) reader +- Helper class for various stuff \ No newline at end of file