Skip to content

Commit 3278abb

Browse files
Update to version 2.4.0 (#2077)
1 parent c3e6ac7 commit 3278abb

File tree

3 files changed

+303
-240
lines changed

3 files changed

+303
-240
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)
33

4-
## MASTER
4+
## 2.4.0 - 2020-06-19
55
### Added
66
- New option `--no-db` added to `multidev:create` which will skip the duplication of the database from the source environment. (#2050)
77
- New option `--no-files` added to `multidev:create` which will skip the duplication of files from the source environment. (#2050)
@@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file. This projec
2424
- Removed obsolete `Site::converge()` method. (#2055)
2525

2626
### Fixed
27+
- Drush script is no longer included when generating Drush aliases. (#2076)
2728
- PHP notice is not emitted when using `upstream:updates:status` on an environment without code. (#2056)
2829
- PHP notice is not emitted when using `UpstreamStatus::hasUpdates()` on an environment without code. (#2056)
2930

0 commit comments

Comments
 (0)