diff --git a/CHANGELOG.md b/CHANGELOG.md index d99fa65..70835cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Changed +- Connection manager completely rewritten. + + +## [0.2.4] - 2018-12-04 +### Changed +- No longer depends on `libc` for process id lookup. ## [0.2.3] - 2018-04-08 @@ -77,10 +84,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Unix socket connection support - + + +[Unreleased]: https://gitlab.com/valeth/discord-rpc-client.rs/tree/develop +[0.2.4]: https://gitlab.com/valeth/discord-rpc-client.rs/tree/v0.2.4 +[0.2.3]: https://gitlab.com/valeth/discord-rpc-client.rs/tree/v0.2.3 +[0.2.2]: https://gitlab.com/valeth/discord-rpc-client.rs/tree/v0.2.2 +[0.2.1]: https://gitlab.com/valeth/discord-rpc-client.rs/tree/v0.2.1 +[0.2.0]: https://gitlab.com/valeth/discord-rpc-client.rs/tree/v0.2.0 +[0.1.5]: https://gitlab.com/valeth/discord-rpc-client.rs/tree/v0.1.5 +[0.1.4]: https://gitlab.com/valeth/discord-rpc-client.rs/tree/v0.1.4 +[0.1.3]: https://gitlab.com/valeth/discord-rpc-client.rs/tree/v0.1.3 +[0.1.2]: https://gitlab.com/valeth/discord-rpc-client.rs/tree/v0.1.2 +[0.1.1]: https://gitlab.com/valeth/discord-rpc-client.rs/tree/v0.1.1 +[0.1.0]: https://gitlab.com/valeth/discord-rpc-client.rs/tree/v0.1.0 + [c:620e9a6]: https://github.com/valeth/discord-rpc-client.rs/commit/620e9a6b26650d825392cf0fbfd097a7ed1662aa [c:6bbc9f8]: https://github.com/valeth/discord-rpc-client.rs/commit/6bbc9f85d77bc6792c36d9317e804fcf5a306fb2 - [@Tenrys]: https://github.com/Tenrys [@Bond-009]: https://github.com/Bond-009