Skip to content

Commit

Permalink
Add some changelog items for the new features
Browse files Browse the repository at this point in the history
  • Loading branch information
dkl committed Nov 20, 2011
1 parent f31d916 commit 072181c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Expand Up @@ -16,6 +16,9 @@ Version 0.24.0:
- fbc can now be built for installation into MinGW/DJGPP
- Support for windres instead of GoRC when installing into MinGW or cross-compiling from a non-win32 system
- The .def file generated when building a DLL is now preserved if -R was given
- Single inheritance for classes: TYPE Child EXTENDS Parent
- BASE keyword for explicit base class access inside methods: BASE.member (as opposed to THIS.member)
- Runtime type information (RTTI) for classes extending other classes or the new builtin OBJECT class: IF variable IS SomeClass THEN ...

[fixed]
- Subtracting pointers from numbers, e.g. (i-p) was being allowed, rearranging to (p-i)
Expand Down

0 comments on commit 072181c

Please sign in to comment.