aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index cc32d4a9f..917966485 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -500,7 +500,8 @@
</li>
<li>
Verilog lexer handles escaped identifiers that begin with \ and end with space like \reset* .
- Verilog folder fixes a bug with inconsistent folding when fold.comment is on.
+ Verilog folder fixes one bug with inconsistent folding when fold.comment is on and another
+ with typdef class statements creating a fold point, expecting an endclass statement.
</li>
<li>
VHDL folder fixes hang in folding when document starts with "entity".