summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-17 16:02:48 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-17 16:02:48 -0700
commit86712d21fe7c3abdd7e593973fb35010422f1a41 (patch)
tree81305df51626746b0d545ded4afca70171c7dc93 /docs
parent63ee2d9e82d009548134ca25f3a9f52fc32b27aa (diff)
downloadpyscss-86712d21fe7c3abdd7e593973fb35010422f1a41.tar.gz
Bump version to 1.3.2.v1.3.2
Diffstat (limited to 'docs')
-rw-r--r--docs/back-matter.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/back-matter.rst b/docs/back-matter.rst
index 22d342c..b8e994e 100644
--- a/docs/back-matter.rst
+++ b/docs/back-matter.rst
@@ -67,6 +67,16 @@ working hours. Yelp does not claim copyright.
Changelog
---------
+1.3.2 (Oct 17, 2014)
+^^^^^^^^^^^^^^^^^^^^
+
+* Fix another couple embarrassing bugs, this time with the CLI.
+* Fix the auto behavior of ``join()`` to match Ruby.
+* Fully allow arbitrary expressions as map keys; previously, this only worked
+ for the first key. LL(1) is hard.
+* Restore Python 3.2 compatibility.
+* Travis CI and Coveralls are now enabled.
+
1.3.1 (Oct 16, 2014)
^^^^^^^^^^^^^^^^^^^^