Skip to content

Commit 8647c36

Browse files
Shift legacy changelog into LEGACYCHANGELOG.md
1 parent 9acf706 commit 8647c36

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

LEGACYCHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Legacy Changelog (not updated)
1+
# Legacy Changelogs (not updated)
2+
3+
## Extracted from sdl2.pas
24

35
? 31.01.2016: updated sdlevents.inc to SDL2 2.0.4, adressing issue #24 (thx to imantsg)
46

@@ -65,3 +67,9 @@ v.1.20-Alpha; 19.07.2013: Added "sdl_timer.h"
6567
v.1.10-Alpha; 09.07.2013: Added "sdl_render.h"
6668

6769
v.1.00-Alpha; 05.07.2013: Initial Alpha-Release.
70+
71+
## Extracted from sdl2_ttf.pas
72+
73+
v.1.72-stable; 29.09.2013: fixed bug with procedures without parameters
74+
(they must have brackets)
75+
v.1.70-stable; 11.09.2013: Initial Commit

sdl2_ttf.pas

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@
2626
http://www.freetype.org/
2727
*}
2828

29-
{* ChangeLog: (Header Translation)
30-
----------
31-
32-
v.1.72-stable; 29.09.2013: fixed bug with procedures without parameters
33-
(they must have brackets)
34-
v.1.70-stable; 11.09.2013: Initial Commit
35-
36-
*}
37-
3829
interface
3930

4031
{$I jedi.inc}

0 commit comments

Comments
 (0)