diff --git a/docs/change_log.txt b/docs/change_log.txt index 1314f017..d78f9f75 100644 --- a/docs/change_log.txt +++ b/docs/change_log.txt @@ -1,10 +1,17 @@ For getting set up see https://github.com/daveleroy/sublime_debugger +Version 0.6.4 + +- Added support for vscode-js-debug for chrome/node/edge adapters +- Improved snippet support + + Version 0.6.3 - Adjusted the calculation for determining a good value for ui_rem_width_scale - Added setting ui_rem_width_scale_adjust_automatically for disabling automatic calculation of ui_rem_width_scale + Version 0.6.2 - Fixes a layout issue on Linux diff --git a/messages.json b/messages.json index f63c2776..70bcd0f0 100644 --- a/messages.json +++ b/messages.json @@ -1,5 +1,6 @@ { "install": "docs/change_log.txt", + "0.6.4": "docs/change_log.txt", "0.6.3": "docs/change_log.txt", "0.6.2": "docs/change_log.txt", "0.6.1": "docs/change_log.txt",