From 912a36becb70a219a4ba03877d14e08e5e7a6c11 Mon Sep 17 00:00:00 2001 From: CornierKhan1 Date: Sat, 10 Nov 2018 13:52:26 +1100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 1c32961..09b833e 100644 --- a/README.md +++ b/README.md @@ -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.