Skip to content

Commit

Permalink
release: v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Nov 14, 2020
1 parent 94b628b commit 060e1be
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,17 @@
## New Features

+ Class Diagrams now include edges for inheritance. #15

# fulibTools v1.4.0

## General

* Updated to fulib v1.4.1. #29

## Improvements

* Attribute types in class diagrams are now simplified if the original type has `import(...)` syntax or annotations. #29

## Bugfixes

* Fixed an exception when generating diagrams for classes or objects named like Graphviz keywords. #27 #28
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
```groovy
dependencies {
// https://mvnrepository.com/artifact/org.fulib/fulibTools
testCompile group: 'org.fulib', name: 'fulibTools', version: '1.3.0'
testCompile group: 'org.fulib', name: 'fulibTools', version: '1.4.0'
}
```

Expand Down

0 comments on commit 060e1be

Please sign in to comment.