comment on @args etc

This commit is contained in:
Bill Currie 2002-10-16 17:36:21 +00:00
parent 378931412d
commit 2590f3db4d

8
NEWS
View file

@ -10,6 +10,14 @@ Changes from 0.5.2
clients (re)connect or change their rate
* segfault when using "snd_output null" fixed
o qfcc enhancements.
* @argc and @argv deprecated in favor of @args.count and @args.list
(@args is a struct with type @va_list)
* structure copy
o Progs engine enhancements.
* arbitrary size data copying
Changes from 0.3.0
o General enhancements.