Document latest pull request

This commit is contained in:
Justin Ethier 2021-11-30 18:56:14 -08:00
parent 25165b6782
commit d476e0c6d3

View file

@ -1,5 +1,11 @@
# Changelog
## TBD
Features
- Separate include/library search directory options from "normal" compiler/linker options and place options passed via the `-COPT`/`-CLNK` command-line flags in-between. This allows overwriting the default search paths, since contrary to all other options, the search paths must be prepend for an `-I`/`-L` option to take precedence over an existing one.
## 0.33.0 - September 24, 2021
Features