From 825a40e897fde286c2a749cc1eb1aa13531f5713 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 11 May 2021 11:31:54 -0700 Subject: [PATCH] chore: update CHANGELOG (#3354) --- CHANGELOG.md | 39 ++++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0deca6a6..30443bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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