Skip to content

Commit eaa7cd2

Browse files
author
Geoffrey Hunter
committed
Updated files in preparation for release of v8.0.0-beta.1.
1 parent 182a7db commit eaa7cd2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)