We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706c0c5 commit d4f9e8fCopy full SHA for d4f9e8f
1 file changed
extlib.h
@@ -1,5 +1,5 @@
1
/**
2
- * extlib v2.0.0 - c extended library
+ * extlib v2.0.2 - c extended library
3
*
4
* Single-header-file library that provides functionality that extends the standard c library.
5
* Features:
@@ -43,6 +43,9 @@
43
44
* Changelog:
45
46
+ * v2.0.2:
47
+ * Minor changes to `EXT_ALIGN_PAD` macro.
48
+ *
49
* v2.0.1:
50
* Better implementations of builtin functions when compiling wasm with clang
51
* Correctly mark `ext_allocator_memdup` and `ext_allocator_strdup` inline.
0 commit comments