Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.17.1] - Unreleased

### Fixed
- Fixed a bug where interop deployment manager would in some cases fail because it tried to load unrelated items from the repo (#977)

## [2.17.0] - 2026-06-22

### Added
Expand All @@ -23,7 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Configure prompt no longer quits out with an unhelpful error if existing boolean settings are null (#962)
- Branch names are now constrained to a reasonable set of allowed characters, fixing an issue where branch names with special characters were hidden without explanation (#914)
- PTD documents that are not decomposed production items may now be added to source control (#965)
- Fixed a bug where interop deployment manager would in some cases fail because it tried to load unrelated items from the repo (#977)

## [2.16.0] - 2026-03-06

Expand Down
Loading