We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc4c96 commit 47eabd9Copy full SHA for 47eabd9
2 files changed
ChangeLog
@@ -1,3 +1,10 @@
1
+-----------------------------------------------------------------------------------------
2
+2025-06-06 Frank Voorburg <voorburg@feaser.com>
3
+
4
+* Added new TbxMemPoolAllocateAuto() API function.
5
+* Documented TbxList limitation.
6
+* Public release of version 1.4.0.
7
8
-----------------------------------------------------------------------------------------
9
2023-03-26 Frank Voorburg <voorburg@feaser.com>
10
source/microtbx.h
@@ -74,7 +74,7 @@ extern "C" {
74
#define TBX_VERSION_MAIN (1U)
75
76
/** \brief Minor version number of MicroTBX. */
77
-#define TBX_VERSION_MINOR (3U)
+#define TBX_VERSION_MINOR (4U)
78
79
/** \brief Patch number of MicroTBX. */
80
#define TBX_VERSION_PATCH (0U)
0 commit comments