You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [Unreleased]
8
8
9
+
## [v8.0.2] - 2019-05-22
10
+
11
+
### Added
12
+
-`.vscode/` directory added to `.gitignore`.
13
+
14
+
### Fixed
15
+
- Fixed bug where the `FpF` class was calculating incorrect results when peforming certain arithmetic (and when constructing), due to hard coded use of `int32_t`, where instead it should be using `BaseClass` (thanks [TheZoq2](https://github.com/TheZoq2) for finding this and sending in a MR). Added unit tests to prevent regresison.
16
+
- Fixed URL to git repo in build section of README.
0 commit comments