summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2021-05-11 14:07:56 +0100
committerLee Jarvis <leejarvis@fastmail.com>2021-05-11 14:08:11 +0100
commitda257162d78b27aa18ec156e85c9cf848d9ebf97 (patch)
tree0988e8c00f73ab844a27f7f4ee9156c5a946d725
parent42e3a360c30bf89407403b1ce9ab4dd93b6f5514 (diff)
downloadslop-da257162d78b27aa18ec156e85c9cf848d9ebf97.tar.gz
Update changelogv4.9.0
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c84fc58..ad9ff5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@ v4.9.0 (2021-05-11)
Features:
* Add SymbolOption [#263](https://github.com/leejarvis/slop/pull/263)
+Bug fixes:
+ * Use `+=` over `<<` to handle frozen string literals. [255](https://github.com/leejarvis/slop/pull/255)
+
v4.8.2 (2020-07-10)
-------------------