Update README.md

This commit is contained in:
CornierKhan1 2018-11-10 13:52:26 +11:00 committed by GitHub
parent 5e12c06b51
commit 912a36becb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,3 +3,18 @@ Open Shop Channel's SOAP Server, designed specifically to handle Wii Shop Channe
## What's the difference between this repo and that other SOAP repo?
This is the SOAP Server Software. The other repository only has the communication templates between a Wii and WSC's server.
# Changelog
Versions on this software are based on goals. (e.g 0.2 works towards SQL support. 0.3 works towards NUS support, etc.)
## 0.2.x Kawauso
### 0.2.0
- Added SQL Driver.
- SOAP-GO-OSC is now just called WiiSOAP.
## 0.1
### 0.1.2
- Optimised the software. (Structures are now in their own file.)
### 0.1.1
- Added IAS Support.
### 0.1.0
- Added ECS Support.