mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
updated CHANGES file
This commit is contained in:
parent
6a248e2498
commit
87ff481abf
1 changed files with 2 additions and 0 deletions
2
CHANGES
2
CHANGES
|
@ -18,6 +18,8 @@ Release v0.2.4
|
||||||
(ie no `typedef enum { } foo;`)
|
(ie no `typedef enum { } foo;`)
|
||||||
- Accessing vector components via the dot operator on all
|
- Accessing vector components via the dot operator on all
|
||||||
expressions. Eg: (3 * v).y
|
expressions. Eg: (3 * v).y
|
||||||
|
- Type restricted variadict parameters:
|
||||||
|
ie: void print(string...);
|
||||||
* Compilation:
|
* Compilation:
|
||||||
- Various optimizations and progs-size reductions.
|
- Various optimizations and progs-size reductions.
|
||||||
- A new spell-checking algorithm tries to hint you at existing
|
- A new spell-checking algorithm tries to hint you at existing
|
||||||
|
|
Loading…
Reference in a new issue