aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e46aab1..2ff853a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,12 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
====
+## [3.1.2]
+
+### Fixed
+ - fixed `css()` returning camelCased properties even though they were specified in kebap-case
+ - fixed `ObjectBag` loosing information when calling `valueOf()` (Numbers lost its unit)
+
## [3.1.1]
### Fixed