- Feature: Merged "revisions" feature code in develop branch, still disabled by default until it gets stabilized. (https://github.com/conan-io/conan/pull/3055)
- Feature: CMake global variable to disable Conan output ``CONAN_CMAKE_SILENT_OUTPUT`` (https://github.com/conan-io/conan/pull/4042)
- Feature: Added new ``make`` generator. (https://github.com/conan-io/conan/pull/4003)
- Feature: Deploy a conan snapshot package to [test.pypi.org](https://test.pypi.org/project/conan/) for every develop commit. (https://github.com/conan-io/conan/pull/4000)
- Fix: Using the `scm` feature when Conan is not able to read the gitignored files (local optimization mechanism) print a warning to improve the debug information but not crash. (https://github.com/conan-io/conan/pull/4045)
- Fix: The `tools.get` tool (download + unzip) now supports all the arguments of the `download` tool. e.g: `verify`, `retry`, `retry_wait` etc. (https://github.com/conan-io/conan/pull/4041)
- Fix: Improve ``make`` generator test (https://github.com/conan-io/conan/pull/4018)
- Fix: Add space and dot in ``conan new --help`` (https://github.com/conan-io/conan/pull/3999)
- Fix: Resolve aliased packages in python_requires (https://github.com/conan-io/conan/pull/3957)
- Bugfix: Better checks of package reference ``pkg/versionuser/channel``, avoids bugs for conanfile in 4 nested folders and ``conan install path/to/the/file`` (https://github.com/conan-io/conan/pull/4044)
- Bugfix: Running Windows subsystem scripts crashed when the PATH environment variable passed as a list. (https://github.com/conan-io/conan/pull/4039)
- Bugfix: Fix removal of conanfile.py with ``conan source`` command and the removal of source folder in the local cache when something fails (https://github.com/conan-io/conan/pull/4033)
- Bugfix: A `conan install` with a reference failed when running in the operating system root folder because python tried to create the directory even when nothing is going to be written. (https://github.com/conan-io/conan/pull/4012)
- Bugfix: Fix qbs generator mixing sharedlinkflags and exelinkflags (https://github.com/conan-io/conan/pull/3980)
- Bugfix: compiler_args generated "mytool.lib.lib" for Visual Studio libraries that were defined with the ``.lib`` extension in the ``self.cpp_info.libs`` field of ``package_info()``. (https://github.com/conan-io/conan/pull/3976)