From 20663564bdde2a0ec4977b011259b09523555bcb Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 1 Oct 2020 10:14:20 -0700 Subject: deprecated get_configtool_variable and get_pkgconfig_variable The get_variable method is able to do everything they do and more, making it generally more useful. Let's tell people to stop using the old ones. --- docs/markdown/snippets/deprecate_old_variable_methods.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/deprecate_old_variable_methods.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/deprecate_old_variable_methods.md b/docs/markdown/snippets/deprecate_old_variable_methods.md new file mode 100644 index 0000000..3f41689 --- /dev/null +++ b/docs/markdown/snippets/deprecate_old_variable_methods.md @@ -0,0 +1,4 @@ +## Deprecate Dependency.get_pkgconfig_variable and Dependency.get_configtool_variable + +These have been replaced with the more versatile `get_variable()` method +already, and shouldn't be used anymore. -- cgit v1.1