File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments