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
Copy file name to clipboardExpand all lines: changelog.rst
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ Check https://github.com/conan-io/conan for issues and more details about develo
14
14
1.6.0 ()
15
15
----------------------
16
16
17
-
- Feature: Added new ``self.run(..., run_environment=True)`` argument, that applies automatically ``PATH``, ``LD_LIBRARY_PATH`` and ``DYLD_LIBRARY_PATH``
18
-
environment variable, from the dependencies, to the execution of the current command.
17
+
- Feature: Added new ``self.run(..., run_environment=True)`` argument, that applies automatically ``PATH``, ``LD_LIBRARY_PATH`` and
18
+
``DYLD_LIBRARY_PATH`` environment variable, from the dependencies, to the execution of the current command.
19
19
- Feature: Added new ``self.run(..., ignore_errors=True)`` argument, that inhibits launching an exception if the commands fails, user can
20
20
capture the return code.
21
21
- Feature: The ``json`` generator now outputs the settings and options
@@ -24,7 +24,10 @@ Check https://github.com/conan-io/conan for issues and more details about develo
24
24
- Feature: Added ``filename`` parameter to ``tools.get()`` in case it cannot be deduced from URL.
25
25
- Feature: Propagated ``keep_permissions`` and ``pattern`` parameters from ``tools.get()`` to ``tools.unzip()``.
26
26
- Feature: Added XZ extensions to ``unzip()``. It will only work in Python 3 with lzma support enabled, producing an error otherwise.
27
-
- Feature: Added `FRAMEWORK_SEARCH_PATHS` var to the xcode generator to support packaging Apple Frameworks. Read more :ref:`here<package_apple_framework>`.
27
+
- Feature: Added `FRAMEWORK_SEARCH_PATHS` var to the xcode generator to support packaging Apple Frameworks. Read more
28
+
:ref:`here<package_apple_framework>`.
29
+
- Feature: Added :command:`conan build --test` and ``should_configure`` attribute to control test stage. Read more
0 commit comments