Skip to content

chore: update CHANGELOG #3354

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

Merged
merged 4 commits into from
May 11, 2021
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
39 changes: 32 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
# Changelog

- [Changelog](#changelog)
- [3.10.0](#3100)
- [3.11.0](#3110)
- [New Features](#new-features)
- [Bug Fixes](#bug-fixes)
- [Documentation](#documentation)
- [Development](#development)
- [Documentation](#documentation)
- [Development](#development)
- [3.10.0](#3100)
- [New Features](#new-features-1)
- [Bug Fixes](#bug-fixes-1)
- [Documentation](#documentation-1)
- [Development](#development-1)
- [Previous versions](#previous-versions)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand Down Expand Up @@ -37,16 +42,36 @@ VS Code v0.00.0

- fix(socket): did this thing #321 @githubuser

## Documentation
### Documentation

- item

## Development
### Development

- item

-->

## 3.11.0

VS Code v1.56

### New Features

- item

### Bug Fixes

- fix: Check the logged user instead of $USER #3330 @videlanicolas

### Documentation

- item

### Development

- item

## 3.10.0

VS Code v1.56
Expand All @@ -69,7 +94,7 @@ VS Code v1.56
- fix: add flag for toggling permessage-deflate #3286 @code-asher
- fix: make sure directories exist #3309 @code-asher

## Documentation
### Documentation

- docs(FAQ): add mention of sysbox #3087 @bpmct
- docs: add security policy #3148 @jsjoeio
Expand All @@ -84,7 +109,7 @@ VS Code v1.56
- docs(maintaining): add versioning #3288 @jsjoeio
- docs: add changelog #3337 @jsjoeio

## Development
### Development

- fix(update-vscode): add check/docs for git-subtree #3129 @oxy
- refactor(testing): migrate to playwright-test from jest-playwright #3133 @jsjoeio
Expand Down