Skip to content

Commit 66d7b76

Browse files
committed
5.2.4
1 parent c6b11d0 commit 66d7b76

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

doxygen/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#---------------------------------------------------------------------------
88
DOXYFILE_ENCODING = UTF-8
99
PROJECT_NAME = QM
10-
PROJECT_NUMBER = 5.2.3
10+
PROJECT_NUMBER = 5.2.4
1111
PROJECT_BRIEF = "Model-Based Design Tool"
1212
PROJECT_LOGO = ../../ql-doxygen/images/logo_ql.png
1313
OUTPUT_DIRECTORY =

doxygen/history.dox

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,31 @@
11
/*! @page history Revision History
22
@nav{ce_qmc,license}
33

4+
@section qm_5_2_4 Version 5.2.4, 2023-01-04
5+
__Code Generation:__
6+
- This release removes code generation for the QP-nano framework, which has been discontinued.
7+
- The generated code requires QP/C/C++ 7.0.0 or newer.
8+
- Comments for all conditionally declared attributes are now included inside the conditional compilation (after `#if`).
9+
10+
__Fixed Bugs:__
11+
- [#316 Using History with Submachines does not work](https://sourceforge.net/p/qpc/bugs/316)
12+
13+
@note
14+
The full fix of bug#316 requires QP/C/C++ 7.2.0
15+
16+
- [#314 QM 5.2.1 minor formatting issues](https://sourceforge.net/p/qpc/bugs/314)
17+
- [#327 QActive_recall documentation incorrect in QM](https://sourceforge.net/p/qpc/bugs/327)
18+
19+
420
@section qm_5_2_3 Version 5.2.3, 2022-11-18
521
__Code Generation:__
622
- This release changes the licensing policy with respect to @ref sm_class_qmsm "QMsm-style state machines". Starting with this release, @ref ab_license "commercial license certificate" is no longer required to generate code for @ref sm_class_qmsm "QMsm-style state machines".
723

824
__Fixed Bugs:__
9-
25+
- [#313 QM Generates extra file header every time you generate code.](https://sourceforge.net/p/qpc/bugs/313)
1026
- [#318 QM incorrectly generates code for external files](https://sourceforge.net/p/qpc/bugs/318)
27+
- [#319 QM External Generated File - lack of newline after $define incorrectly generates code](https://sourceforge.net/p/qpc/bugs/319)
28+
- [#320 QM External Code Generation not backward compatible](https://sourceforge.net/p/qpc/bugs/320)
1129

1230

1331
@section qm_5_2_2 Version 5.2.2, 2022-09-30

version-5.2.3

Lines changed: 0 additions & 2 deletions
This file was deleted.

version-5.2.4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
QM 5.2.4
2+
2023-01-04

0 commit comments

Comments
 (0)