As of last Saturday...
This afternoon in Bristol, UK, the ISO C++ standards committee adopted generic lambdas, dynamic arrays (an improved version of C9
I am not entirely sure that this is the official draft, but it seems so: https://github.com/cplusplus/draft
Updated papers for these and other features, as well as an updated working draft, are expected to be available in the next two or three weeks.
From here.
This is, also, an interesting article
WG21 papers list(2013): here
Std proposals Google group: here
Update - 1 :
C++14 Committee Draft (CD) announcement: here
C++14 Committee Draft (CD), document: here
Update - 2 :
C++14 Working Draft , document: here
Note : The difference between the Working Draft and the Standard can be found here