Skip to content

Commit 9025449

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

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

LEGACYCHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ 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_image.pas
72+
73+
v.1.72-stable; 29.09.2013: fixed bug with procedure without parameters
74+
(they must have brackets)
75+
76+
v.1.70-stable; 11.09.2013: MacOS compatibility (with Delphi)
77+
78+
v.1.33-Alpha; 31.07.2013: Initial Commit
79+
7180
## Extracted from sdl2_mixer.pas
7281

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

sdl2_image.pas

-9
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@
2323
2. Altered source versions must be plainly marked as such, and must not be
2424
misrepresented as being the original software.
2525
3. This notice may not be removed or altered from any source distribution.
26-
27-
ChangeLog (Header-Translation):
28-
-------------------------------
29-
30-
v.1.72-stable; 29.09.2013: fixed bug with procedure without parameters
31-
(they must have brackets)
32-
v.1.70-stable; 11.09.2013: MacOS compatibility (with Delphi)
33-
v.1.33-Alpha; 31.07.2013: Initial Commit
34-
3526
*}
3627

3728
{$DEFINE SDL_IMAGE}

0 commit comments

Comments
 (0)