diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e445c9d..4a04c78b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## v1.3.4
+
+- [x] make streaming optional #109
+- [x] patch at-rule syntax for @font-feature-value #110
+- [x] support percentage in transform() and scale() #111
+- [x] allow arrays in visitor definition #112
+
## v1.3.3
- [x] relative color computation bug #105
diff --git a/README.md b/README.md
index cfb0c905..fd1332f3 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
# css-parser
-CSS parser and minifier for node and the browser
+CSS parser, minifier and validator for node and the browser
## Installation
@@ -101,7 +101,7 @@ Javascript module from cdn
+
InternalConvert to JSON object
-Convert to URL encoded string
-css‑parser is a fast, fault‑tolerant and dependency‑free CSS toolkit for Node.js & browsers. +It follows CSS Syntax Module Level 3 and validation using syntax rules from MDN Data. +According to this benchmark, it is one of the most efficient CSS minifier available.
+See the full documentation at the CSS Parser documentation site
+Try it online
+
Source map class
-