Commit 21b4b012333c4c8401e5db1f24e7ca1e1a4e7ea0

Steffen Jaeckel 2019-10-17T16:51:15

add MP_MALLOC etc. to changelog [skip ci]

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/changes.txt b/changes.txt
index c49429d..6f44409 100644
--- a/changes.txt
+++ b/changes.txt
@@ -24,6 +24,9 @@ v1.2.0
        -- Provide a whole set of setters&getters for different primitive types (long, uint32_t, etc.)
        -- All those primitive setters are now optimized.
        -- It's possible to automatically tune the cutoff values for Karatsuba&Toom-Cook
+       -- The custom allocators which were formerly known as XMALLOC(), XFREE() etc. are now available
+          as MP_MALLOC(), MP_REALLOC(), MP_CALLOC() and MP_FREE(). MP_REALLOC() and MP_FREE() now also
+          provide the allocated size to ease the usage of simple allocators without tracking.
        -- Added mp_decr() and mp_incr()
        -- Added mp_log_u32()
        -- Improved prime-checking