diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..06889ad --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog +All notable changes to this project will be documented here. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## 2.1.1 - 2018-03-14 +- Fixed getPeerCount() returning the maximum number of peers instead of the current peer count. +- Fixed clients not sending disconnect message on program exit. +- Changed example clients from looping infintely. +- Renamed tutorial/examples. +- Restructed project directory. + +## 2.1.0 - 2018-03-10 +Initial commit of original code. diff --git a/README.md b/README.md index 837f3b3..8fbf8eb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ## Irrnet -An updated version of the [irrNetLite](http://irrlicht.sourceforge.net/forum/viewtopic.php?f=6&t=22658) networking library compiled against recent versions of [enet](https://github.com/lsalzman/enet) and [zlib](https://github.com/madler/zlib). +An updated version of the [irrNetLite](http://irrlicht.sourceforge.net/forum/viewtopic.php?f=6&t=22658) networking library compiled against recent versions of [enet](https://github.com/lsalzman/enet) and [zlib](https://github.com/madler/zlib). + +Changelog can be viewed [here](https://github.com/rna88/irrnet/blob/master/CHANGELOG.md). ## Compiling for Linux @@ -27,4 +29,4 @@ The compiled binaries will be found in `examples/bin/`. ## License -Refer to `source/ReadMe.txt`. +Refer to [source/ReadMe.txt](https://github.com/rna88/irrnet/blob/master/source/ReadMe.txt).