File tree 3 files changed +17
-1
lines changed 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ 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.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
+
8
18
## [ 1.8.1]
9
19
10
20
### Fix
Original file line number Diff line number Diff line change @@ -263,6 +263,12 @@ Known issues:
263
263
264
264
## Release Notes
265
265
266
+ ### 1.8.2
267
+
268
+ Fix ` Bitmapset ` elements iteration stops if ` 0 ` appears in it.
269
+
270
+ Remove trailing ` = ` from variables view.
271
+
266
272
### 1.8.1
267
273
268
274
Fix ` Dump Node to stdout ` not working.
Original file line number Diff line number Diff line change 2
2
"name" : " postgresql-hacker-helper" ,
3
3
"displayName" : " PostgreSQL Hacker Helper" ,
4
4
"description" : " Extension to assist Postgres hackers - source code developers" ,
5
- "version" : " 1.8.1 " ,
5
+ "version" : " 1.8.2 " ,
6
6
"engines" : {
7
7
"vscode" : " ^1.30.0"
8
8
},
You can’t perform that action at this time.
0 commit comments