CCArray in Cocos2dx rc2 2.0.1

Hi,

we’ve noticed that in the reference there is a method create called like
CCArray::create();

but we cannot use that methods (as it’s not defined!) so we use array() instead.
CCArray::array();

In what version the create method is implemented?
I’m 99% sure that i have installed the rc2-2.0.1, so the reference is behind the implementation or what?

create() and array() is the same code anyway

I have created the project again and it seems to work now. Thanks!

PS: If the documentation says there is a “create” method and it is not there… I don’t feel capable of creating a full game with that…