Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing 9.1.1 changelog [no-ticket] #7392

Merged
merged 1 commit into from
May 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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).

## [[email protected]] - 2024-05-07

## What's Changed

- unify all app requests behind a common api convention by @jackkav in <https://github.com/Kong/insomnia/pull/7338>
- reduce reload noise coming from learning feature by @jackkav in <https://github.com/Kong/insomnia/pull/7346>
- remove read only pairs from all kvp editors by @jackkav in <https://github.com/Kong/insomnia/pull/7351>
- network-cleanup by @jackkav in <https://github.com/Kong/insomnia/pull/7355>
- fix: should not refetch as much [INS-3817] by @jackkav in <https://github.com/Kong/insomnia/pull/7377>
- fix(project-data): Move remote file fetching outside the main path by @gatzjames in <https://github.com/Kong/insomnia/pull/7378>

**Full Changelog**: <https://github.com/Kong/insomnia/compare/[email protected]@9.1.1>

## [[email protected]] - 2024-04-30

## What's Changed
Expand Down