diff --git a/README.rst b/README.rst index 3e43b308..69a4c4af 100644 --- a/README.rst +++ b/README.rst @@ -16,11 +16,6 @@ It can be used as a safe and fast alternative to (s)printf and IOStreams. `Documentation `__ -This is a development branch that implements the C++ standards proposal `P0645 -Text Formatting `__. -Released versions are available from the `Releases page -`__. - Features -------- @@ -32,6 +27,8 @@ Features * Safe `printf implementation `_ including the POSIX extension for positional arguments. +* Implementation of the ISO C++ standards proposal `P0645 + Text Formatting `__. * Support for user-defined types. * High speed: performance of the format API is close to that of glibc's `printf `_ and better than the