diff options
| author | acdenisSK <[email protected]> | 2018-01-19 20:33:50 +0100 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2018-01-19 20:33:50 +0100 |
| commit | 57e240c05d027153c02f6b1fa62250aef11ba934 (patch) | |
| tree | 06a867e70a8e7f8ce1ca9b9fa39066d1a67f2b4a | |
| parent | Add v0.5.0 changelog (diff) | |
| download | serenity-57e240c05d027153c02f6b1fa62250aef11ba934.tar.xz serenity-57e240c05d027153c02f6b1fa62250aef11ba934.zip | |
Clarify what functionality was made easy with the framework changes
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 97098b4..29792a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -141,7 +141,7 @@ Per [c:aad4744], the framework's `Args::list` function has been renamed to `Args::multiple` for consistency. Per [c:f10b9d7], [c:1fd652b], [c:0aa55a2], the framework has been reworked to -be trait-based. +be trait-based; thus as per [c:f61816c], [c:4e20277], allowed more useful functionality to commands. Per [c:05f6ed4], the [client's close handle] has been removed, in favour of doing so through the `ShardManager`. |