Skip to content

Commit 3ecb005

Browse files
Shift legacy changelog into LEGACYCHANGELOG.md
1 parent 8647c36 commit 3ecb005

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

LEGACYCHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ v.1.10-Alpha; 09.07.2013: Added "sdl_render.h"
6868

6969
v.1.00-Alpha; 05.07.2013: Initial Alpha-Release.
7070

71+
## Extracted from sdl2_mixer.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; 16.09.2013: Initial Commit
76+
7177
## Extracted from sdl2_ttf.pas
7278

7379
v.1.72-stable; 29.09.2013: fixed bug with procedures without parameters

sdl2_mixer.pas

-9
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@
2121
3. This notice may not be removed or altered from any source distribution.
2222
*}
2323

24-
{* ChangeLog: (Header Translation)
25-
----------
26-
27-
v.1.72-stable; 29.09.2013: fixed bug with procedures without parameters
28-
(they must have brackets)
29-
v.1.70-stable; 16.09.2013: Initial Commit
30-
31-
*}
32-
3324
interface
3425

3526
{$I jedi.inc}

0 commit comments

Comments
 (0)