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
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
16
## [ 1.9.0]
9
17
10
18
### Added
Original file line number Diff line number Diff line change @@ -283,6 +283,12 @@ Known issues:
283
283
284
284
## Release Notes
285
285
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
+
286
292
### 1.9.0
287
293
288
294
Show 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