summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6cc6392..1de8331 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
0.3.6
=====
+- [feature] Added include_symbol option to
+ EnvironmentContext.configure(),
+ specifies a callable which will include/exclude tables
+ in their entirety from the autogeneration process
+ based on name. #27
+
- [feature] Added year, month, day, hour, minute, second
variables to file_template. #59