We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c14d6 commit 93238a3Copy full SHA for 93238a3
1 file changed
extlib.h
@@ -1,5 +1,5 @@
1
/**
2
- * extlib v1.4.0 - c extended library
+ * extlib v1.4.1 - c extended library
3
*
4
* Single-header-file library that provides functionality that extends the standard c library.
5
* Features:
@@ -43,6 +43,8 @@
43
44
* Changelog:
45
46
+ * v1.4.1:
47
+ * - Minor tweaks to allocation functions - move some of them to be `inline`
48
* v1.4.0:
49
* - Simplified arena allocator
50
* - Fixes in temp allocator and arena allocator
0 commit comments