Skip to content

Commit d2dd6f4

Browse files
committed
Update changelog
1 parent c0e32ad commit d2dd6f4

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
Brick changelog
33
---------------
44

5+
2.11
6+
----
7+
8+
Bug fixes:
9+
10+
* Fixed a bug in FileBrowser: if a user pressed Enter when the cursor
11+
was on a selected entry, it was omitted from the list of
12+
selected browser entries. As part of this change, the function
13+
`actionFileBrowserSelectCurrent` previously toggled the selection
14+
of the entry at the cursor, but should have selected it instead.
15+
It now does so, and a new function for toggling was introduced:
16+
`actionFileBrowserToggleCurrent`.
17+
18+
Other changes:
19+
20+
* Upper bounds on `base` and `microlens` were adjusted.
21+
522
2.10
623
----
724

0 commit comments

Comments
 (0)