Skip to content

Commit 1ebbe2a

Browse files
authored
Changelog for Conan 1.8.1 (#883)
* Changelog for Conan 1.8.1 * fix
1 parent e9c6a15 commit 1ebbe2a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

changelog.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,17 @@ Check https://github.com/conan-io/conan for issues and more details about develo
2323
Read more about the :ref:`Conan stability commitment<stability>`.
2424

2525

26-
1.8.0 (9-October-2018)
26+
1.8.1 (10-October-2018)
2727
-----------------------
2828

29+
- Fix: Remove warnings related to ``python_requires()``, both in linter and due to Python2. `#3706 <https://github.com/conan-io/conan/pull/3706>`_
30+
- Fix: Use *share* folder for ``DATAROOTDIR`` in CMake and AutoTools build helpers. `#3705 <https://github.com/conan-io/conan/pull/3705>`_
31+
- Fix: Disabled apiv2 until the new protocol becomes stable. `#3703 <https://github.com/conan-io/conan/pull/3703>`_
32+
33+
34+
1.8.0 (9-October-2018)
35+
----------------------
36+
2937
- Feature: Allow `conan config install` to install configuration from a folder and not only from compressed files. `#3680 <https://github.com/conan-io/conan/pull/3680>`_
3038
- Feature: The environment variable CONAN_DEFAULT_PROFILE_PATH allows the user to define the path (existing) to the default profile that will be used by Conan. `#3675 <https://github.com/conan-io/conan/pull/3675>`_
3139
- Feature: New :command:`conan inspect` command that provides individual attributes of a recipe, like name, version, or options. Work with ``-r=remote`` repos too, and is able to produce ``--json`` output. `#3634 <https://github.com/conan-io/conan/pull/3634>`_

0 commit comments

Comments
 (0)