Browse Source

Add NEWS for generators

pull/195/merge
Nikita Popov 14 years ago
parent
commit
f163c70fea
  1. 2
      NEWS

2
NEWS

@ -3,6 +3,8 @@ PHP NEWS
?? ??? 201?, PHP 5.5.0
- General improvements:
. Add generators and coroutines (https://wiki.php.net/rfc/generators).
(Nikita Popov)
. Support list in foreach (https://wiki.php.net/rfc/foreachlist). (Laruence)
. Implemented 'finally' keyword (https://wiki.php.net/rfc/finally). (Laruence)
. Drop Windows XP and 2003 support. (Pierre)

Loading…
Cancel
Save