diff --git a/Changelog.md b/Changelog.md index c127904..a4009ed 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +# v0.3 + - Fixed constructor generation with --public flag (#4) + - Documented using statement shortcuts in README.md + # v0.2 - Added help - view it by typing `./cscz.exe --help` diff --git a/cscz/Help.md b/cscz/Help.md index 84ab3c7..5ab1bb5 100644 --- a/cscz/Help.md +++ b/cscz/Help.md @@ -1,4 +1,4 @@ -cscz - The C# Class Generator, v0.1 +cscz - The C# Class Generator, v0.3 By Starbeamrainbowlabs (@SBRLabs) Built from https://git.starbeamrainbowlabs.com/sbrl/cscz/ @@ -18,4 +18,3 @@ Examples: cat MyDef.cscz | ./cscz tee | ./cscz >Carrot.cs -