diff --git a/docs/change_log.txt b/docs/change_log.txt index 06b16a65..bbbde6ea 100644 --- a/docs/change_log.txt +++ b/docs/change_log.txt @@ -3,6 +3,9 @@ If you have issues or need help https://github.com/daveleroy/sublime_debugger For a full list of changes see https://github.com/daveleroy/sublime_debugger/commits +Whats new in version 0.1.8 +• Fixes core not defined error + Whats new in version 0.1.7 • Allow setting logging options in settings • Updated url for vscode-firefox-debugger (@appelgriebsch) diff --git a/messages.json b/messages.json index 288f00ed..4f8d4f2f 100644 --- a/messages.json +++ b/messages.json @@ -1,4 +1,4 @@ { "install": "docs/change_log.txt", - "1.0.0": "docs/change_log.txt", + "1.0.0": "docs/change_log.txt" }