From 1165e04ec64f8a2e9830f780d68df39cf286f9c6 Mon Sep 17 00:00:00 2001 From: Rada Bogdan Date: Sun, 1 Mar 2020 01:40:44 +0200 Subject: [PATCH] v2.0.1 update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 583b782..5168075 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ WashOutBuilder is a Soap Service Documentation generator (extends [WashOut](http The way [WashOut](https://github.com/inossidabile/wash_out) is used is not modified, it just extends its functionality by generating html documentation to your services that you write +NEW Improvements in version 2.0.1 +--------------------------------- + - Fix issue when trying to re-use same complex type (with same structure) multiple times inside same controller + NEW Improvements in version 2.0.0 ---------------------------------