diff --git a/dist/changes-3.5.0.md b/dist/changes-3.5.0.md index f2424ffb103..ea202cf0726 100644 --- a/dist/changes-3.5.0.md +++ b/dist/changes-3.5.0.md @@ -93,10 +93,7 @@ C++ Support * Partially fixed STL containers (QTCREATORBUG-8937, QTCREATORBUG-8922) * GCC implementation of `std::map`, `std::unique_ptr` (and other pointer wrappers) and `std::vector` are known to work - * Known limitations: - * MSVC implementation is not supported - * types that contain a typedef for `pointer` are not supported - (For example: `std::unique_ptr`) + * MSVC implementation is not supported QML Support