summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ea8175..8724d54 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,9 +3,17 @@
## master (unreleased)
### New features
+
### Changes
+
+* Implement :validate_utf8 (on by default) which can be set to false to suppress validation
+
### Bugs fixed
+* [**Elan Ruusamäe**](https://github.com/glensc):
+ include status code for Unknown Error
+* Correctly throw useful invalid UTF-8 error exception
+
## 1.3.1 (11/24/2014)
### Bugs fixed