Skip to content

Commit 7d6b543

Browse files
committed
docs(changelog): move the bullet points into the relevant sections.
1 parent 469d235 commit 7d6b543

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525

2626
- Added `symfony/yaml` dependency to convert contents of a `.yml` file to an associative array. (Required for the fixed `Ngrok::hasAuthToken` method.)
2727

28+
- Added various output messages to the terminal for `Ngrok::start`, so it's more descriptive as to what's happening.
29+
30+
- Added new `CommandLine::shellExec` method to execute the command in the terminal, and also be able to return the output as a string to the calling method. This is just a wrapper around the native PHP `shell_exec` function.
31+
2832
### Changed
2933

3034
- Dependency version bump for `mnapoli/silly` to 1.9
@@ -39,15 +43,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3943

4044
All errors other errors will still output to the terminal.
4145

42-
- Removed the functionality of the share command starting a new CMD window, since a new window will surpress any errors. We need to be able to output the errors as and when they happen.
43-
44-
- Added various output messages to the terminal, so it's more descriptive as to what's happening.
45-
46-
- Added new `CommandLine::shellExec` method to execute the command in the terminal, and also be able to return the output as a string to the calling method. This is just a wrapper around the native PHP `shell_exec` function.
47-
4846
### Removed
4947

50-
Removed the `--debug` flag from the `share` command since this is now defunct with the removal of the new CMD window. (Debug only prevented the CMD window opening, forcing errors to be logged directly to the terminal.) (Not a breaking change.)
48+
- Removed the functionality of starting a new CMD window in `Ngrok::start` of the `share` command, since a new window will surpress any errors. We need to be able to output the errors as and when they happen.
49+
50+
- Removed the `--debug` flag from the `share` command since this is now defunct with the removal of the new CMD window. (Debug only prevented the CMD window opening, forcing errors to be logged directly to the terminal.) (Not a breaking change.)
5151

5252
## [3.1.6.1](https://github.com/yCodeTech/valet-windows/tree/v3.1.6.1) - 2025-03-11
5353

0 commit comments

Comments
 (0)