Skip to content

Commit ef45c67

Browse files
committed
Reflect changes in 0.4.0
1 parent 0653237 commit ef45c67

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ A python library to generate business process diagram using code.
2727
* Pool(s)
2828
* Lane(s)
2929
* Elements:
30-
* Event: Start, End, Timer, Intermediate
30+
* Event: Start, End, Timer, Intermediate, Message, Signal, Conditional and Link
3131
* Activity: Task, Subprocess
32-
* Gateway: Inclusive, Exclusive, Parallel
32+
* Gateway: Inclusive, Exclusive, Parallel, Event
3333
* Support for different colour themes
3434
* Default
3535
* GREYWOOF
@@ -38,6 +38,11 @@ A python library to generate business process diagram using code.
3838
* GREENTURTLE
3939
* Save diagram as PNG file
4040

41+
## Change Logs
42+
Refer to this [Change Logs](https://github.com/csgoh/processpiper/wiki/Change-Logs) page for the latest updates.
43+
44+
45+
4146
## Installation
4247
### Install from PyPI
4348
```bash
@@ -55,7 +60,7 @@ Two frontend applications have been developed to showcase ProcessPiper capabilit
5560
* Python 3.10, 3.11
5661

5762
### Library Dependencies
58-
* Pillow 9.4.0
63+
* Pillow 9.5.0
5964

6065
### Supported Platforms
6166
* Windows

0 commit comments

Comments
 (0)