vector has been re-implemented to support constant-time insertion at both the beginning and the end. For example, this is now well-formed:
typedef push_back<v,int>::type v1; typedef push_front<v1,int>::type v2;
The interface of some sequence building algorithms such as copy has been changed. Please see the corresponding headers for the details (updated docs are upcoming!).