Changes between Initial Version and Version 1 of Ticket #5268, comment 1
- Timestamp:
- 06/03/2023 08:50:18 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5268, comment 1
initial v1 1 1 Version 2.1.3, Released 2023-06-02 2 2 3 - Implement `format_map`, `casefold`, `removeprefix`, and `removesuffix` methods. `#370`4 - Fix static typing for basic `str` methods on `Markup`. `#358`5 - Use `Self` for annotating return types. `#379`3 - Implement `format_map`, `casefold`, `removeprefix`, and `removesuffix` methods. 4 - Fix static typing for basic `str` methods on `Markup`. 5 - Use `Self` for annotating return types.