releasenotes: use stringutil.wrap() instead of handcrafted TextWrapper wrapper
It's silly to splitlines() a joined string, but we don't care the performance here.
Loading
Please register or sign in to comment
It's silly to splitlines() a joined string, but we don't care the performance here.