aboutsummaryrefslogtreecommitdiff
path: root/pkg-config/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2018-12-10 20:51:50 -0800
committerDaniel Mueller <deso@posteo.net>2018-12-10 20:51:50 -0800
commit5875df6c958743cf86c75b2cb5fc2efe5ca0de43 (patch)
tree5c2275396ba921da440dc54dd76c0e5be1d3c60e /pkg-config/CHANGELOG.md
parentdf88d39cd9c7b254057ee80dad5367313f2bb87f (diff)
downloadnitrocli-5875df6c958743cf86c75b2cb5fc2efe5ca0de43.tar.gz
nitrocli-5875df6c958743cf86c75b2cb5fc2efe5ca0de43.tar.bz2
Update pkg-config crate to 0.3.14
This change updates the pkg-config crate to version 0.3.14. Import subrepo pkg-config/:pkg-config at f867f8be1babca4d6d9cddc92a817519ae845193
Diffstat (limited to 'pkg-config/CHANGELOG.md')
-rw-r--r--pkg-config/CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/pkg-config/CHANGELOG.md b/pkg-config/CHANGELOG.md
new file mode 100644
index 0000000..3f56db1
--- /dev/null
+++ b/pkg-config/CHANGELOG.md
@@ -0,0 +1,19 @@
+# Changelog
+
+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.10] - 2018-04-23
+
+### Added
+- Allow static linking of /usr/ on macOS (#42)
+- Add support for parsing `-Wl,` style framework flags (#48)
+- Parse defines in `pkg-config` output (#49)
+- Rerun on `PKG_CONFIG_PATH` changes (#50)
+- Introduce target-scoped variables (#58)
+- Respect pkg-config escaping rules used with --cflags and --libs (#61)
+
+### Changed
+- Use `?` instead of `try!()` in the codebase (#63)