]> git.proxmox.com Git - cargo.git/blobdiff - vendor/pkg-config/CHANGELOG.md
New upstream version 0.52.0
[cargo.git] / vendor / pkg-config / CHANGELOG.md
index 2cfc5f660492a77270b1f3faf55baeef5edea047..4a8e1883b49f8000d4af299d421f71c817f04ca5 100644 (file)
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
+## [0.3.19] - 2020-10-13
+
+### Added
+
+- Add `README.md` to be displayed on crates.io (#111).
+
+- Support for `-isystem`, `-iquote` and `-idirafter` include flags (#115).
+
+### Changed
+
+- Improve documentation for cross-compilation (#113).
+
+- Allow overriding system root via the `PKG_CONFIG_SYSROOT_DIR` or `SYSROOT`
+  environment variable (#82).
+
 ## [0.3.18] - 2020-07-11
 
 ### Fixed