NEWS: add entry about path list deduplication

pull/109/head
William Pitcock 2016-12-30 11:14:05 -06:00
parent 2305031573
commit 92f2b4a2e0
1 changed files with 1 additions and 0 deletions

1
NEWS
View File

@ -16,6 +16,7 @@ Changes from 1.0.1 to 1.1.0:
- significant .pc parser speedups using bsearch(3).
- handle -idirafter in the same way as -isystem CFLAGS
- learn toolchain "system" paths from GCC environment variables, if present
- filter duplicate PKG_CONFIG_PATH (and other) entries by inode
* Bug fixes:
- fragments: fix another edge case involving empty tokens being concatenated onto previous tokens (#99)