We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a90737 commit e2c3e3aCopy full SHA for e2c3e3a
1 file changed
CHANGELOG.md
@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [0.1.1](https://github.com/BlackBonjour/php-binary/tree/0.1.1) - 2017-10-19
8
+### Fixed
9
+- Fixed ::hexTo32Float always converting endianness even if it's not needed
10
+
11
+### Added
12
+- Optional parameter to ::hexTo32Float for converting endianness
13
14
## [0.1.0](https://github.com/BlackBonjour/php-binary/tree/0.1.0) - 2017-10-19
15
### Added
-- Added binary (file) reader
-- Added helper class for various stuff
16
+- Binary (file) reader
17
+- Helper class for various stuff
0 commit comments