Skip to content

Commit

Permalink
Version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed May 6, 2019
1 parent 4f73449 commit 2d10ac6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release Notes

# 1.2.3

## New
- New UI for display settings (status bar and "Display Options..." command).
- Added support for configurable external LLDB backends (native adapter only).

## Changed
- Updated bundled LLDB to v8.0 final.

## Fixed
- Bug #173 - Debugger module is not auto-imported when native adapter is used.
- Native adapter panics in rare cases when formatting Python tracebacks.

# 1.2.2

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)

set(VERSION 1.2.3-dev)
set(VERSION 1.2.3)

include(cmake/CopyFiles.cmake)
include(cmake/Typescript.cmake)
Expand Down

0 comments on commit 2d10ac6

Please sign in to comment.