File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ v8.0.0-beta.1] - 2018-01-09
10+
911### Added
1012- Added Visual Studio Code project files, closes #89 .
11- - Added generic fixed-point class with storage type for bits (aka base type) templated, closes #90 .
13+ - Added generic fixed-point classes (both slow and fast) with storage type for bits (aka base type) and overflow type templated, closes #90 .
1214
1315### Changed
1416- Improved the comments and code formatting of Fp32f.hpp.
1517
18+ ### Removed
19+ - All existing fixed-point classes! This is in favour of the generic fixed-point classes mentioned in the 'Added' section.
20+
1621## [ v7.0.1] - 2018-01-04
1722
1823### Added
You can’t perform that action at this time.
0 commit comments