diff --git a/ChangeLog.rst b/ChangeLog.rst index 82d5d370..5a61afe1 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -16,7 +16,7 @@ The documentation is now available at http://fmtlib.net. * Added support for `strftime `_-like - `date and time formatting `_ + `date and time formatting `_ (`#283 `_): .. code:: c++ @@ -48,7 +48,7 @@ // s == "The date is 2012-12-9" * Added support for `custom argument formatters - `_ + `_ (`#235 `_). * Added support for locale-specific integer formatting with the ``n`` specifier @@ -428,7 +428,7 @@ Documentation * Added `Building the documentation - `_ + `_ section to the documentation. * Documentation build script is now compatible with Python 3 and newer pip versions.