From a9c5bf27c1e903e6689f76aaba6ff2ef4d679b70 Mon Sep 17 00:00:00 2001 From: tristanlatr Date: Fri, 13 Dec 2024 13:41:14 -0500 Subject: [PATCH] Add readme entries --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index c8a99a9d2..2d795ec23 100644 --- a/README.rst +++ b/README.rst @@ -74,6 +74,8 @@ in development ^^^^^^^^^^^^^^ * Drop support for Python 3.8. +* Signatures of function definitions are now wrapped onto several lines when the function has the focus. +* The first parameter of classmethods and methods (``cls`` or ``self``) is colored in gray so it's clear that these are not part of the API. pydoctor 24.11.1 ^^^^^^^^^^^^^^^^