diff options
author | Marcus Müller <marcus@hostalia.de> | 2018-05-31 10:58:32 +0200 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2018-05-31 10:58:32 +0200 |
commit | bbc9e6b43d15bb15e005c4e17eda409cfa4460b7 (patch) | |
tree | d4a76e128b249bb203c0de9b697f0adb5d1afaa8 | |
parent | 34f7e66e82079ef25b72ba6d6931fac05cfb968a (diff) |
CHANGELOG: int limits, UB in float_to_comple, cosine QA, gr_modtool rm autocomp
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 36212b784c..3f89aa059c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,15 @@ Older Logs can be found in `docs/RELEASE-NOTES-*`. - CMake: using regex to match compiler against "Clang" now enables correct build on OS X #### GRC - Fixed GRC bug which broke WX and Qt (by altering the template code), in multiple (less than awesome) steps +#### gr-blocks +- `float_array_to_int`: int32 limits were wrongly hardcoded. +- Fixed the undefined behaviour happening in `float_to_complex` when accessing the second input_items element in the single-input case + +### Added +#### gr-analog +- QA for complex cosine +#### gr-utils +- `gr_modtool` now with autocompletion candidates for `rm` ## [3.7.12.0] - 2018-04-01 |