aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-22 22:33:04 +0100
committerGravatar jesopo2019-06-22 22:33:04 +0100
commitc2472f5536c2cf5c71224e075fe76a1d686024bc (patch)
treeb9e9eaafe0040ed97f015b4f38eb92b84777d6bc /CHANGELOG.md
parentremove remove_own_mode( check - deferred_read.py better solves the issue. (diff)
signature
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2187dedb..fa7480a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,9 @@ Added:
- Catch and humanify `!loadmodule` "not found" exception
- cross-channel/network relay (`relay.py`)
- Option to allow anyone to `!startvote`
+- IRCv3: CAP dependency system
+- IRCv3: labeled-response + echo-message to correlate echos to sends
+- `deferred_read.py`
Changed:
- Only strip 2 characters (`++` or `--`) from the end of karma
@@ -23,6 +26,7 @@ Changed:
- Move `!help` logic to it's own file and rework it to be more user friendly
- Get `"city, state, country"` from geocoding in `location.py`, use in `weather.py`
- Convert IRC glob to regex, instead of using fnmatch
+- `EventManager` calls can only come from the main thread
Fixed:
- `KeyError` when sts `port` key not present