File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to the "PostgreSQL Hacker Helper" extension will be document
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.10.0]
9+
10+ ### Added
11+
12+ Support for CodeLLDB debugger extension. Totally, C/C++ and CodeLLDB now supported.
13+
14+ Display ` bitmapword ` as bitmask, not integer. Also, bitmask is padded by ` 0 ` for length equal to nearest power of 2.
15+
816## [ 1.9.0]
917
1018### Added
Original file line number Diff line number Diff line change @@ -283,6 +283,12 @@ Known issues:
283283
284284## Release Notes
285285
286+ ### 1.10.0
287+
288+ Add support for CodeLLDB debugger extension.
289+
290+ Display ` bitmapword ` and bitmask, not integer with padding by ` 0 ` for length equal to nearest power of 2.
291+
286292### 1.9.0
287293
288294Show elements of Hash Tables, according to stored types: ` HTAB ` and simplehash (from ` simplehash.c ` )
You can’t perform that action at this time.
0 commit comments