Skip to content

Commit 8ad8a11

Browse files
committed
Fix for debugging lines in include files but not in procedures (update changelog.txt)
1 parent 0d98283 commit 8ad8a11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Version 1.06.0
7272
- #642, #886: CASTs involving CONST qualifiers solved out too early allowing invalid statements to be compiled
7373
- #801: *@(expr) solved to (expr) did not cleanly remove null ptr checks allowing invalid datatype assignment with -exx. *PTRCHK(@expr) solves to (expr).
7474
- #880: Overload binary operators now support covariant arguments, overloaded procedure resolution changed especially with respect to CONST and non-CONST parameters
75+
- Fix for debugging lines in include files but not in procedures. Filename debugging information added for module level statements in included files.
7576

7677

7778
Version 1.05.0

0 commit comments

Comments
 (0)