Packages

Float to string conversion in erlang for binaries f64, f32 and f16 using Ryu

Current section

Files

Jump to
ken CHANGELOG.md
Raw

CHANGELOG.md

# 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]
### Added
### Changed
### Removed
### Deprecated
### Fixed
### Security
## [0.1.1] - 2014-12-05
### Added
- Added documentation to the public interface.
## [0.1.0] - 2014-12-05
### Added
- IEEE 754 64 bits binaries floats support for ken. Allows to print to the
shortest round-trip string representation of a 64 bits float.
- ex_doc documentation