]> begriffs open source - libderp/blob - CHANGELOG.md
v1.1
[libderp] / CHANGELOG.md
1 # Libderp changelog
2
3 ## 1.1.0
4
5 ### Added
6
7 * Support for alternate memory allocation functions
8 * Memory leak checking in tests with the Boehm GC
9
10 ## 1.0.0
11
12 ### Added
13
14 * `EXTRA_CFLAGS` for cross-compilation
15 * Include debug symbols in the release variant too
16
17 ### Changed
18
19 * Don't explicitly build the static library with
20   position-independent code (-fPIC)
21
22 ## 0.1.0
23
24 ### Added
25
26 * `derp_strcmp` and `derp_free` convenience wrappers which
27   ignore their second argument
28
29 ### Fixed
30
31 * Conform with C99 7.1.3 for internal identifier names
32   (don't use leading underscores)
33
34 ## 0.0.0
35
36 ### Added
37
38 * List, vector, balanced tree, and hash map