diff --git a/README.md b/README.md index 702f5787224..c5803a91f26 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,6 @@

- -> [!WARNING] -> **In preparation for v3.0.0, Fast DDS' master branch is undergoing major changes entailing API breaks.** -> **Until Fast DDS v3.0.0 is released, it is strongly advisable to use the latest stable branch, [2.14.x](https://github.com/eProsima/Fast-DDS/tree/2.14.x)**. - *eprosima Fast DDS* is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group). eProsima Fast DDS implements the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium. RTPS is also the wire interoperability protocol defined for the Data Distribution Service (DDS) standard. diff --git a/versions.md b/versions.md index f1aa98f62d6..d33da506f3d 100644 --- a/versions.md +++ b/versions.md @@ -1,6 +1,11 @@ Forthcoming ----------- + + +Version v3.0.0 +-------------- + * Rename project to `fastdds`. * Rename environment variable to `FASTDDS_DEFAULT_PROFILES_FILE` and rename default XML profiles file to `FASTDDS_DEFAULT_PROFILES`. * Remove API marked as deprecated.