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