summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2013-02-26 14:53:19 +0200
committerMarius Gedminas <marius@gedmin.as>2013-02-26 14:53:19 +0200
commit9f08bf77a37be8045dcb922c80c9fcec6682132b (patch)
treed8bdbc06428b8449ea22184062ccf420d16d3e8c
parentbd64d600d343c81356192c98bf8eab32a19a0e31 (diff)
downloadzope-tal-9f08bf77a37be8045dcb922c80c9fcec6682132b.tar.gz
Mention one rather important change in the changelog
-rw-r--r--.gitignore2
-rw-r--r--CHANGES.rst3
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6d2800f..d6e8ec4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@ bin/
eggs/
develop-eggs/
*.egg-info/
+*.pyc
+.tox
diff --git a/CHANGES.rst b/CHANGES.rst
index 60fe6b1..6d53682 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -19,6 +19,9 @@ CHANGES
- Experimental Python 3.3 and PyPy support (all tests pass, but test
coverage is not complete).
+- Output generated attributes (via tal:attributes and i18n:attributes
+ directives) in alphabetical order.
+
3.6.1 (2012-03-09)
------------------