You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Feature: Add hooks for validate method: `pre_validate` and `post_validate`. `#17856 <https://github.com/conan-io/conan/pull/17856>`_ . Docs `here <https://github.com/conan-io/docs/pull/4013>`__
12
+
- Feature: Added complete Apple Frameworks management to `CMakeConfigDeps`. `#17725 <https://github.com/conan-io/conan/pull/17725>`_ . Docs `here <https://github.com/conan-io/docs/pull/4017>`__
13
+
- Feature: Added new `cpp_info.package_framework` to `cpp_info`. `#17725 <https://github.com/conan-io/conan/pull/17725>`_ . Docs `here <https://github.com/conan-io/docs/pull/4017>`__
14
+
- Feature: Fix several bugs in docker runner, added new configuration options and improved logging system `#17542 <https://github.com/conan-io/conan/pull/17542>`_ . Docs `here <https://github.com/conan-io/docs/pull/3977>`__
15
+
- Fix: Improve error message when ``jinja2`` profile rendering fails due to unexpected syntax. `#17940 <https://github.com/conan-io/conan/pull/17940>`_
16
+
- Fix: Do not warn in auto-deduce location for exact library matches. `#17923 <https://github.com/conan-io/conan/pull/17923>`_
17
+
- Fix: the ``cmake_set_interface_link_directories`` property is not really necessary at all in ``CMakeDeps`` and it becomes invalid in ``CMakeConfigDeps`` as it will require full ``package_info()`` definition. `#17917 <https://github.com/conan-io/conan/pull/17917>`_ . Docs `here <https://github.com/conan-io/docs/pull/4015>`__
18
+
- Fix: Do not convert ``\\`` to ``/`` in ``MSBuildDeps`` generator as some MSBuild functionality needs Windows ``\\`` paths. `#17901 <https://github.com/conan-io/conan/pull/17901>`_
- Fix: Improve the output of the profile dumping for environment, with correct prepend order. `#17863 <https://github.com/conan-io/conan/pull/17863>`_
21
+
- Fix: Fixes VCVars vcvarsall.bat generation if OS is set to WindowsStore. `#17849 <https://github.com/conan-io/conan/pull/17849>`_
22
+
- Bugfix: Avoid self-requirement and loop when a ``[tool_requires]`` in the build profile depends on itself with a version range. `#17931 <https://github.com/conan-io/conan/pull/17931>`_
23
+
- Bugfix: Fix ``conan graph build-order --reduce --order-by=recipe`` that was not filtering all packages != "Build". `#17909 <https://github.com/conan-io/conan/pull/17909>`_
24
+
- Bugfix: Solve conflict not raised when version-ranges have different user. `#17877 <https://github.com/conan-io/conan/pull/17877>`_
0 commit comments