Skip to content

Commit

Permalink
Fix VSCode CHANGELOG after merge (#5938)
Browse files Browse the repository at this point in the history
A merge messed up the CHANGELOG. This fixes it.

## Test plan

Read `vscode/CHANGELOG.md` and ensure that 1.38.1 and 1.38.0 are
correct. Reference [this
commit](https://sourcegraph.sourcegraph.com/github.com/sourcegraph/cody@d21f7c00ab158485dc487ff61ea6dd8d40af67f1/-/raw/vscode/CHANGELOG.md)
to ensure.
  • Loading branch information
peterguy authored Oct 17, 2024
1 parent bfd4f7c commit 592899e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a

### Changed

## 1.38.1
- Network: Changed configuration of network libraries to better support VSCode's patching of `http` and `https` modules. Also disabled the use of `keep-alive` headers until more robust testing is in place around VSCode's ongoing network changes. No performance changes are expected as the previous use of `keep-alive` didn't properly create re-usable connections.

## 1.38.0
## 1.38.1

### Changed

Expand Down

0 comments on commit 592899e

Please sign in to comment.