Forráskód Böngészése

Delete CHANGELOG.md

Tankernn 10 éve
szülő
commit
b12f17e5da
1 módosított fájl, 0 hozzáadás és 13 törlés
  1. 0 13
      CHANGELOG.md

+ 0 - 13
CHANGELOG.md

@@ -1,13 +0,0 @@
-# Changelog
-
-## Version 0.3
-* Much improved GUI for client, displaying users online and colored messages
-* Many commands added, including time-based ban, private message and more
-* Support for multiple channels
-* Server console is now considered a client, this means that every time a command is executed, a reference to the caller is supplied. This allows direct communication with the sender to return output.
-* Messages are sent as Message-objects instead of strings, this allows for more versatile communication, including listing current users online.
-
-## Version 0.2
-* Support for clients executing commands
-* Permission system to allow certain clients to use certain commands
-* Auto-generating config file for server