Skip to content

Commit 7e312a3

Browse files
committed
Move changelog entry
1 parent 989b70a commit 7e312a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/env/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Enhancement
6+
7+
- `wp-env run ...` now uses docker-compose exec instead of docker-compose run. As a result, it is much faster, since commands are executed against existing services, rather than creating them from scratch each time.
8+
59
## 6.0.0 (2023-04-26)
610

711
### Breaking Change
@@ -10,10 +14,6 @@
1014
- Automatically add the environment's port to `WP_TESTS_DOMAIN`.
1115
- `run` command now has a `--env-cwd` option to set the working directory in the container for the command to execute from.
1216

13-
### Enhancement
14-
15-
- `wp-env run ...` now uses docker-compose exec instead of docker-compose run. As a result, it is much faster, since commands are executed against existing services, rather than creating them from scratch each time.
16-
1717
## 5.16.0 (2023-04-12)
1818

1919
## 5.15.0 (2023-03-29)

0 commit comments

Comments
 (0)