Skip to content

Commit e0c4683

Browse files
committed
docs: Update changelog.json file for v3.5.00
1 parent b28276f commit e0c4683

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

tools/deploy/changelog.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
[
22
{
33
"version": "3.5.00",
4-
"date": "2024-13-12",
5-
"new": ["Added function rkh_sm_propagate() to propagate an event to self without using the AO's event queue.",
6-
"Added unit test cases to module rkhsm.c to demonstrate how to build periodic non-reactive/reactive active object classes."],
7-
"bugfix": [],
4+
"date": "2025-13-11",
5+
"new": ["Added the rkh_sm_propagate() function to propagate an event to self without using the AO's event queue.",
6+
"Added unit test cases to module rkhsm.c to demonstrate how to build periodic non-reactive/reactive AO classes.",
7+
"Supported clang-format tool.",
8+
"Implemented priority queue feature for native queues.",
9+
"Implemented macro RKH_MODULE_GET_NAME() to get the module name.",
10+
"Provided new application demos to show how to implement special AOs.",
11+
"Updated Ceedling to version 1.0.0"],
12+
"bugfix": ["Stopped framework scheduler on exit.",
13+
"Free semaphore properly when stopping framework on x86/Linux port.",
14+
"Fixed line number on assertions for x86/Linux port"],
815
"apichg": [],
916
"deprecated": [],
1017
"port": [],

0 commit comments

Comments
 (0)