Skip to content

Commit

Permalink
chg: doc: updated the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mikitex70 committed Apr 27, 2023
1 parent 6fcc355 commit ab5ad5f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog


## 3.9.1 (2023-04-27)

### Fix

* Fixed handle of other diagram types with plantuml server. [Michele Tessaro]

When using a PlantUML server the handling of non-uml diagrams
(`startmindmap`, `startjson`, etc.) was building wrong open/close tags.

* Fixed urllib3 warning in output page (fixes #89) [Michele Tessaro]

`urllib3` gives a warning when an insecure connection is used, and the
warning is included in the output page.
Now the warning is disabled if an insecure connection to a PlantUML
server is used.


## 3.9.0 (2023-04-23)

### New
Expand Down

0 comments on commit ab5ad5f

Please sign in to comment.