Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit e09f715

Browse files
committed
Edit changelog placement
1 parent ad4b1a3 commit e09f715

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Layout.tlua

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@
44

55
RAPHAEL_LIB = '{{ version }}'
66

7-
LIBS = LIBS or {}
8-
LIBS.RAPHAEL = RAPHAEL_LIB
9-
10-
117
--[[
128
* Changelog v{{ version }}
139
*
1410
@include(log/changelog-{{ version }}.log)
1511
*
1612
--]]
1713

14+
LIBS = LIBS or {}
15+
LIBS.RAPHAEL = RAPHAEL_LIB
16+
1817

1918
@include(src/Bootstrap.lua)
2019

0 commit comments

Comments
 (0)