From e3fdce75f44ac48c2cf5b30e55fb2e3ef157a4db Mon Sep 17 00:00:00 2001 From: Danielle Miu <29378233+kheina@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:18:41 -0500 Subject: [PATCH] fix spacing, add pr links to bug fixes --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd3876f5d..06cc555f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,14 +15,16 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. connection being actively proxied. This behavior can be modified via the `-inactive-timeout=` command-line argument ([PR](https://github.com/hashicorp/boundary/pull/6232)) * cli: `boundary connect redis` can now consume password credentials ([PR](https://github.com/hashicorp/boundary/pull/6213)) -* AWS KMS credential handling now allows the use of shared credential files. Additionally, the `default` profile is now included in the credential chain by default if it exists. ([PR](https://github.com/hashicorp/boundary/pull/6286)) +* AWS KMS credential handling now allows the use of shared credential files. + Additionally, the `default` profile is now included in the credential chain + by default if it exists. ([PR](https://github.com/hashicorp/boundary/pull/6286)) ### Bug fixes * ui: Show username for OIDC auth method in user menu ([PR](https://github.com/hashicorp/boundary-ui/pull/2930)) -* `boundary connect rdp` no longer opens a new window for each call on mac. +* `boundary connect rdp` no longer opens a new window for each call on mac. ([PR](https://github.com/hashicorp/boundary/pull/6232)) * Removed the error log during RDP basic settings exchange: When you connect to - an RDP target using the built-in Windows Remote Desktop Connection app. + an RDP target using the built-in Windows Remote Desktop Connection app. ([PR](https://github.com/hashicorp/boundary/pull/6136)) ## 0.20.0 (2025/09/25)