From c03d699087e75aaed27231c0f612c03fe1d4e228 Mon Sep 17 00:00:00 2001 From: Ken Odegard Date: Tue, 17 Oct 2023 21:55:59 -0500 Subject: [PATCH] Add news --- news/5040-codefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 news/5040-codefile diff --git a/news/5040-codefile b/news/5040-codefile new file mode 100644 index 0000000000..c4f85ca7cf --- /dev/null +++ b/news/5040-codefile @@ -0,0 +1,21 @@ +### Enhancements + +* + +### Bug fixes + +* + +### Deprecations + +* Mark `conda_build.os_utils.pyldd.is_string` as pending deprecation. Use `isinstance(value, str)` instead. (#5040) +* Mark `conda_build.os_utils.pyldd.is_codefile` as pending deprecation. Use `conda_build.os_utils.pyldd.codefile_class` instead. (#5040) +* Mark `conda_build.os_utils.pyldd.codefile_type` as pending deprecation. Use `conda_build.os_utils.pyldd.codefile_class` instead. (#5040) + +### Docs + +* + +### Other + +*