chore: update CHANGELOG (#3354)

This commit is contained in:
Joe Previte 2021-05-11 11:31:54 -07:00 committed by Asher
parent 82ce9d5adb
commit 825a40e897
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 32 additions and 7 deletions

View File

@ -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 -->
@ -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
@ -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
@ -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