summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/ReleaseNotes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 5f99914396..0902d2f723 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -301,7 +301,7 @@ clang-format
| namespace A { | namespace A { |
| int i; | int i; |
| int j; | int j; |
- | } | } |
+ | } | } // namespace A |
+---------------------+---------------------+
* Comment reflow support added. Overly long comment lines will now be reflown with the rest of
@@ -384,7 +384,7 @@ New Issues Found
Python Binding Changes
----------------------
-Python bindings now support both Python 2 and Python 3.
+Python bindings now support both Python 2 and Python 3.
The following methods have been added: