14
0

- update to 3.0.0:

* Drop python3.6 support
  * Use funcparserlib-1.0.0a0 or newer to support new python versions
  * Allow to write multiline string via triple quotes (""" ... """)
  * Add "edge_label_margin" attribute to edges
  * Fix bugs
    - Fix #147: file existence disclosure using svg renderer
    - Separator does not support both default_fontsize and default_textcolor

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-seqdiag?expand=0&rev=15
This commit is contained in:
2022-06-04 15:17:20 +00:00
committed by Git OBS Bridge
parent bcd8ef0cbb
commit 7e8472d2d3
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jun 4 15:16:59 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 3.0.0:
* Drop python3.6 support
* Use funcparserlib-1.0.0a0 or newer to support new python versions
* Allow to write multiline string via triple quotes (""" ... """)
* Add "edge_label_margin" attribute to edges
* Fix bugs
- Fix #147: file existence disclosure using svg renderer
- Separator does not support both default_fontsize and default_textcolor
-------------------------------------------------------------------
Tue May 19 09:27:58 UTC 2020 - Petr Gajdos <pgajdos@suse.com>