Clean up project and update resolver to 15.7

This commit is contained in:
Joscha 2020-04-06 14:57:45 +00:00
parent 7854cc06fd
commit c4a05d5980
8 changed files with 79 additions and 91 deletions

View file

@ -1,21 +1,22 @@
# Changelog for haboli
## upcoming
* fix nick of example bot in readme
- clean up project
- fix nick of example bot in readme
## 0.3.1.0
* add `Haboli.Euphoria` module
* add proper README
* clean up package structure
* update documentation
- add `Haboli.Euphoria` module
- add proper README
- clean up package structure
- update documentation
## 0.3.0.0
* fix Client not receiving all kinds of server events
* rename ConnectionConfig record accessors
- fix Client not receiving all kinds of server events
- rename ConnectionConfig record accessors
## 0.2.0.0
* add all session and chat room commands
* modify `send` command so it also returns the old nick
- add all session and chat room commands
- modify `send` command so it also returns the old nick
## 0.1.0.0
* create project
- create project