diff --git a/docs/change_log.txt b/docs/change_log.txt index b13a1026..8c0b7cee 100644 --- a/docs/change_log.txt +++ b/docs/change_log.txt @@ -3,6 +3,12 @@ For getting set up see https://github.com/daveleroy/sublime_debugger For a full list of changes see https://github.com/daveleroy/sublime_debugger/commits +Version 0.6.8 + +- python: fixes issue with installing adapter +- python: allow specifying the python interpreter with `python` + + Version 0.6.7 - Fixes an issue with the latest version of vscode lldb diff --git a/messages.json b/messages.json index 74225905..b009070d 100644 --- a/messages.json +++ b/messages.json @@ -1,5 +1,6 @@ { "install": "docs/change_log.txt", + "0.6.8": "docs/change_log.txt", "0.6.7": "docs/change_log.txt", "0.6.6": "docs/change_log.txt", "0.6.5": "docs/change_log.txt",