Index: docs/ReleaseNotes.rst =================================================================== --- docs/ReleaseNotes.rst +++ docs/ReleaseNotes.rst @@ -89,6 +89,10 @@ Warns about the performance overhead arising from concatenating strings using the ``operator+``, instead of ``operator+=``. +- `readability-container-size-empty + `_ check + supports arbitrary containers with ``empty()`` and ``size()`` methods. + - New `readability-misplaced-array-index `_ check