Skip to content

Commit 4cc402b

Browse files
committed
Fixed changelog formatting
1 parent c2743a5 commit 4cc402b

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
@@ -2,10 +2,10 @@
22

33
## 0.27.0
44

5-
- Added support for [Spread Assignment](https://basarat.gitbooks.io/typescript/content/docs/spread-operator.html) statements.
5+
- Added support for [Array Spread assignment and Object Spread assignment](https://basarat.gitbooks.io/typescript/content/docs/spread-operator.html) statements.
66
- Changed Map and Set implementations to they preserve insertion order when iterated over, as specified by ECMAScript.
77

8-
- Fixed an issue with [/** @luaTable */](https://github.com/TypeScriptToLua/TypeScriptToLua/wiki/Compiler-Directives#luaTable) variable names disappearing.
8+
- Fixed an issue with [`/** @luaTable */`](https://github.com/TypeScriptToLua/TypeScriptToLua/wiki/Compiler-Directives#luaTable) variable names disappearing.
99
- Fixed for-in loops throwing an error when using a pre-defined variable.
1010
- Fixed issue with initialization order of class properties.
1111

0 commit comments

Comments
 (0)