Skip to content

Commit

Permalink
Update to version 2.4.0 (#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson authored Jun 19, 2020
1 parent c3e6ac7 commit 3278abb
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 240 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)

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

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

Expand Down
Loading

0 comments on commit 3278abb

Please sign in to comment.