Skip to content

Commit

Permalink
Merge pull request #2758 from SFDO-Tooling/feature/3-40-0
Browse files Browse the repository at this point in the history
Prepare 3.40.0
  • Loading branch information
codexmarcel authored Jul 22, 2021
2 parents e7b39bc + 56f93ae commit 28eedf6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
History
=======

3.40.0 (2021-07-22)
-------------------

Critical Changes

* The ``create_package_version`` task no longer creates Unlocked Packages from the ``unpackaged/pre`` and ``unpackaged/post`` directories of dependencies, or local ``unpackaged/pre`` directories by default. This behavior is now opt-in via the ``create_unlocked_dependency_packages`` option, which defaults to False. Projects using the old default behavior must explicitly set this option. We believe the new behavior is a more sane default for most 2GP projects. (#2741)

Changes

* The ``add_standard_value_set_entries`` task now supports value sets for ``LeadStatus``. (#2695, with thanks to @naicigam)
* We updated the default API version to 52.0. (#2740)

Issues Closed

* Fixed an issue where the the built-in connected app was not accessible when running CumulusCI in a headless environment. (#2737)
* The ``create_package_version`` task now supports ``objectSettings`` in the org definition file. (#2741)
* We fixed issues in working with files containing Unicode characters on some Windows systems when using source-tracking commands. (#2739)
* Fixed a bug where the ``anon_apex`` task had option text that was missing spaces. (#2736)

3.39.1 (2021-07-08)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion cumulusci/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.39.1
3.40.0

0 comments on commit 28eedf6

Please sign in to comment.