You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<small>[Compare with 0.10.1](https://github.com/mkdocstrings/python/compare/0.10.1...1.0.0)</small>
11
+
12
+
### Breaking changes
13
+
14
+
- The signature of the [`format_signature` filter](https://mkdocstrings.github.io/python/reference/mkdocstrings_handlers/python/rendering/#mkdocstrings_handlers.python.rendering.do_format_signature) has changed.
15
+
If you override templates in your project to customize the output,
16
+
make sure to update the following templates so that they use
17
+
the new filter signature:
18
+
19
+
-`class.html`
20
+
-`expression.html`
21
+
-`function.html`
22
+
-`signature.html`
23
+
24
+
You can see how to use the filter in this commit's changes:
0 commit comments