diff options
| author | 2019-06-18 21:43:05 +0100 | |
|---|---|---|
| committer | 2019-06-18 21:43:05 +0100 | |
| commit | 5c2f154eb08977a4a3cddceae573949dd0eaf209 (patch) | |
| tree | a96348996969b131cbe4906be27179e1479ac3cb | |
| parent | `line_formatted` -> `valid` so tags don't cause us to subvert truncation (diff) | |
| signature | ||
Update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f450179d..e381ab84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ Changed: - IRCv3: SASL failure defaults to being "hard" (disconnect/crash) - `auto-title`, `auto-youtube`, `auto-imgur` etc now work in `/me` - Move truncation logic from `SentLine` to `ParsedLine` +- 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 Fixed: - `KeyError` when sts `port` key not present |
