Skip to content

Commit 2a914cd

Browse files
committed
docs: update CHANGELOG.md for v0.3.6
1 parent 89fcb26 commit 2a914cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to gitpane are documented here.
44

5+
## [0.3.6] - 2026-03-12
6+
7+
### Fixed
8+
- Git graph panel was blank after the 0.3.5 performance optimisation: the render loop was still reading from `self.rows` (cleared by the fast path) instead of `display_rows()`, producing zero list items
9+
510
## [0.3.5] - 2026-03-11
611

712
### Fixed

0 commit comments

Comments
 (0)