add NEWS note about telnet_raw_printf()

This commit is contained in:
Sean Middleditch 2009-10-14 16:21:02 -07:00
parent 9dcfd4b97d
commit 8739165d93
1 changed files with 1 additions and 0 deletions

1
NEWS
View File

@ -4,6 +4,7 @@ Version 0.12
* added pkg-config file
* telnet_t is now a private data structure
* telnet_init() allocates memory and returns a pointer
* renamed telnet_printf2() to telnet_raw_printf()
Version 0.11
============