Skip to content

Commit f8065bf

Browse files
committed
Update CHANGELOG.md
1 parent 3d5a22b commit f8065bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [vNext]
88
- Removed `ToolSettings.ProcessLogFile` and `ProcessLogTimestamp`
9-
- Removed `GitHub` prefix in `GitHubActions`
9+
- Removed `GitHub` prefix for `GitHubActions` environment variables
1010
- Deprecated `Logger` in favor of `Serilog.Log`
1111
- Deprecated `ControlFlow` asserts in favor of `Assert` class
1212
- Changed `Nuke.GlobalTool` to enable `RollForward` with `LatestMajor`
1313
- Changed default serialization settings for JSON and YAML in `SerializationTasks`
1414
- Changed GitHub Actions generation to use default `GitHubActions.Token` through `EnableGitHubContext`
1515
- Changed Azure Pipelines generation to use default `AzurePipelines.AccessToken` through `EnableAccessToken`
16+
- Added shell-completion support for global tool builds
1617
- Added `NukeBuild.ExecutionPlan` to public API
1718
- Added `Partition.Part` and `Total` to public API
1819
- Added `MSBuildToolPathResolver` support for Visual Studio 2022
@@ -24,6 +25,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2425
- Added `StdToText` and `StdToJson` extension methods for `IEnumerable<Output>`
2526
- Added newest worker images for Azure Pipelines, GitHub Actions, and AppVeyor generation
2627
- Added Azure Pipelines generation for pull-request triggers, fetch depth, and clean checkout
28+
- Added Space Automation support for secrets
29+
- Added TeamCity support for GUID tokens
2730
- Added `AzurePipelinesCachePaths` for common cache paths
2831
- Added `AzurePipelines.PhaseName` property
2932
- Added `GitHub.CreateComment` for issue and pull-request comments
@@ -39,6 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3942
- Added `NetlifyTasks`
4043
- Fixed check for executables compiled with `PublishSingleFile`
4144
- Fixed `MSBuild` localization using `MSBuildLocator`
45+
- Fixed missing assertion for successful status code in `HttpTasks`
4246
- Fixed Azure Pipelines caching
4347
- Fixed `IBuildServer.Branch` for `AzurePipelines`
4448
- Fixed `OctoVersionTasks` and `OctoVersionAttribute` for latest version

0 commit comments

Comments
 (0)