Skip to content

Commit 9432b14

Browse files
committed
Fixed some typos in CHANGELOG.md
1 parent e283ada commit 9432b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
- External C function/closure pointer display with 'Go To Source' provided by Visual Studio
1010
- Hexadecimal value support in expression evaluation
1111
- Assertion failure, error call and runtime errors are displayed as unhandled exceptions (Break on Error option)
12-
- Used data meta-table value display
13-
- ':' member access is not handled in expression evaluation
12+
- User data meta-table value display
13+
- ':' member access is now handled in expression evaluation
1414
- When Lua library is used together with sol library, C++ object in user data is available (may work for custom user data if meta-table contains '__type.name' string with C++ type name)
1515

1616
### Changed

0 commit comments

Comments
 (0)