From 4c7c620836eb4edbde1492518d49d94f57efa72f Mon Sep 17 00:00:00 2001 From: jogo- Date: Sun, 28 Apr 2024 08:21:29 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d00d9cd..abe7af9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ ## Release Notes ## 1.10.0 - April 22, 2024 - - Fix bug in saving of restored editors, thanks to [@tomilho via #513](https://github.com/microsoft/vscode-hexeditor/pull/513) -- Add hovered byte status bar entry [@tomilho via #502](https://github.com/microsoft/vscode-hexeditor/pull/502) -- Add insert mode [@tomilho via #503](https://github.com/microsoft/vscode-hexeditor/pull/503) +- Add insert mode, thanks to [@tomilho via #503](https://github.com/microsoft/vscode-hexeditor/pull/503) +- Add hovered byte status bar entry, thanks to [@tomilho via #502](https://github.com/microsoft/vscode-hexeditor/pull/502) +- Add GUID/UUID support in data inspector, thanks to [@jogo- via #500](https://github.com/microsoft/vscode-hexeditor/pull/500) ## 1.9.14 - February 22, 2024 - Add ULEB128 and SLEB128 support in data inspector, thanks to [@jogo- via #488](https://github.com/microsoft/vscode-hexeditor/pull/488)