Skip to content

Commit 914f3e9

Browse files
committed
docs: changes for v1.8.2
1 parent ea9082d commit 914f3e9

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.8.2]
9+
10+
### Fix
11+
12+
`Bitmapset` elements stop iterating when encounters `0`.
13+
14+
### Changed
15+
16+
Do not show `=` in variables view.
17+
818
## [1.8.1]
919

1020
### Fix

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,12 @@ Known issues:
263263

264264
## Release Notes
265265

266+
### 1.8.2
267+
268+
Fix `Bitmapset` elements iteration stops if `0` appears in it.
269+
270+
Remove trailing `=` from variables view.
271+
266272
### 1.8.1
267273

268274
Fix `Dump Node to stdout` not working.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "postgresql-hacker-helper",
33
"displayName": "PostgreSQL Hacker Helper",
44
"description": "Extension to assist Postgres hackers - source code developers",
5-
"version": "1.8.1",
5+
"version": "1.8.2",
66
"engines": {
77
"vscode": "^1.30.0"
88
},

0 commit comments

Comments
 (0)