diff options
author | Marcus Müller <marcus.mueller@ettus.com> | 2018-04-28 15:40:44 +0200 |
---|---|---|
committer | Marcus Müller <marcus.mueller@ettus.com> | 2018-04-28 15:40:44 +0200 |
commit | aa54d6b781f7dbfda7fa7948aa60ea03dbd49602 (patch) | |
tree | 561b1fc2364e75ba94ee8ed619ae8ba6291802b0 | |
parent | 6ef5a5bd9a19398f7e75c010d23590823a3df38a (diff) |
Added repeated fixing of QT GUI hinting to Changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3134315e58..36212b784c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ Older Logs can be found in `docs/RELEASE-NOTES-*`. - `boost::posix_time::[milli]second` takes integer numbers, and we now at least cast the floats to integers, as Boost 1.67 forced us to realize we're (incorrectly) using floating point her - CMake: using regex to match compiler against "Clang" now enables correct build on OS X #### GRC -- Fixed GRC bug which made broke WX and Qt (by altering the template code) +- Fixed GRC bug which broke WX and Qt (by altering the template code), in multiple (less than awesome) steps ## [3.7.12.0] - 2018-04-01 |