aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-19 22:18:43 +0100
committerGravatar jesopo2019-06-19 22:18:43 +0100
commite5b35ad64ffc64fccf0f2443d837b511b89b3c9b (patch)
tree211bce5cee4177f04ae613ed68d97102cee3c55e /CHANGELOG.md
parentAdd missing --depends-on hashflags (diff)
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e381ab84..1b08b61e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,17 +17,19 @@ Changed:
- `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
+- Get `"city, state, country"` from geocoding in `location.py`, use in `weather.py`
Fixed:
- `KeyError` when sts `port` key not present
- lxml wasn't in requirements.txt but it should have been
- Any CRITICAL in read/write thread now kills the main thread too
- `Database.ChannelSettings.find` invalid SQL
+- `birthday.py`'s year no longer .lstrip("0")ed
Removed:
- `!set`/`!channelset`/`!serverset`/`!botset` (replaced with `!config`)
- `bytes-read-per-second` and `bytes-written-per-second` from stats endpoint
+- `upc.py`
# 2019-06-09 - BitBot v1.9.2