Skip to content

Commit e234172

Browse files
committed
update changelog
1 parent e686f95 commit e234172

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

CHANGELOG.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
1-
CHANGELOG
2-
=========
1+
# CHANGELOG
32

4-
1.0.0
5-
---------
3+
## 1.0.1
4+
- Interfaces' methods has been well declared as public
5+
- Minor readme typo updates
6+
7+
## 1.0.0
68
- First major release, code coverage improved to reach 100% from the 1.0.0RC02 release.
79

8-
1.0.0RC02
9-
---------
10+
## 1.0.0RC02
1011
- Major: update source code structure, put all classes under ```src``` folder, rename Tests to tests, update composer and phpunit accordingly
1112

12-
1.0.0RC01
13-
---------
13+
## 1.0.0RC01
1414
- Update Readme
1515
- Define interfaces that must be used as interfaces in order to be able to define a usable top class for any generated ServiceType/StructType/ArrayType class by the [PackageGenerator](https://github.com/WsdlToPhp/PackageGenerator)
1616

17-
0.0.3
18-
-----
17+
## 0.0.3
1918
- Update dependency badge
2019

21-
0.0.2
22-
-----
20+
## 0.0.2
2321
- use top level namespace for SoapHeader class
2422

25-
0.0.1
26-
-----
23+
## 0.0.1
2724
- Initial version

0 commit comments

Comments
 (0)