From add0fe41da0a50e7ae5024242b1458f9f2e529a0 Mon Sep 17 00:00:00 2001 From: Chris Woodward Date: Tue, 17 Feb 2015 15:48:18 -0800 Subject: [PATCH] Initial addition of ReleaseNotes. --- ReleaseNotes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 ReleaseNotes.md diff --git a/ReleaseNotes.md b/ReleaseNotes.md new file mode 100755 index 0000000..6e9fe10 --- /dev/null +++ b/ReleaseNotes.md @@ -0,0 +1,14 @@ +# 3.0.3 (17 February 2015) + + - [#6](https://github.com/uncled1023/Combot/issues/6) - Lower privilege nick allowed to kick/ban a higher level nick. [Moderation Module] +fix + - [#4](https://github.com/uncled1023/Combot/issues/4) - MySql.Data.MySqlClient.MySqlException not being handled. +fix + - [#3](https://github.com/uncled1023/Combot/issues/3) - Control Codes + +Commits: [429aa11a1b...e09d520c2f](https://github.com/uncled1023/Combot/compare/429aa11a1b...e09d520c2f) + + +# 3.0.1 (12 February 2015) + + - [#1](https://github.com/uncled1023/Combot/pull/1) - Fix an out-of-range index in the introduction module contributed by ([dragontux](https://github.com/dragontux)) + +Commits: [fda1ed0e02...beade0abcd](https://github.com/uncled1023/Combot/compare/fda1ed0e02...beade0abcd)