Skip to content

Commit 4504c61

Browse files
committed
docs: add release notes
1 parent 8bef098 commit 4504c61

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to the "PostgreSQL Hacker Helper" extension will be document
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

288294
Show elements of Hash Tables, according to stored types: `HTAB` and simplehash (from `simplehash.c`)

0 commit comments

Comments
 (0)