Skip to content

Commit a9c045e

Browse files
author
Geoffrey Hunter
committed
Updated files in preparation for release of v8.0.0-beta.2.
1 parent 5052734 commit a9c045e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [v8.0.0-beta.2] - 2018-01-11
10+
911
### Added
1012
- Added compile time check to `FpF` class to make sure template parameters are the same before doing multiplication.
1113
- Added README code to a new example folder (to make sure it compiles correctly).
@@ -48,6 +50,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4850
- Changed the `Fp` namespace to `MFixedPoint` (to reflect actual project name), closes #86.
4951
- Modified header guard macros to include the text `MN_MFIXEDPOINT_...` (to include organization/project name).
5052

51-
[Unreleased]: https://github.com/mbedded-ninja/CppTemplate/compare/v8.0.0-beta.1...HEAD
53+
[Unreleased]: https://github.com/mbedded-ninja/CppTemplate/compare/v8.0.0-beta.2...HEAD
54+
[v8.0.0-beta.2]: https://github.com/mbedded-ninja/CppTemplate/compare/v8.0.0-beta.1...v8.0.0-beta.2
5255
[v8.0.0-beta.1]: https://github.com/mbedded-ninja/CppTemplate/compare/v7.0.1...v8.0.0-beta.1
5356
[v7.0.1]: https://github.com/mbedded-ninja/CppTemplate/compare/v7.0.0...v7.0.1

0 commit comments

Comments
 (0)