summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-08-15 15:33:52 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-08-15 15:33:52 -0400
commitc972e816befb38466196d89eead2e2bc55f1afae (patch)
treeb65acbc0d016dd4e0ac2522e2aab9d59501ba4fa /CHANGES
parent64a58cc4029f3459e2806be770d15c0d039c81eb (diff)
downloadalembic-c972e816befb38466196d89eead2e2bc55f1afae.tar.gz
- [feature] Added include_symbol option torel_0_3_6
EnvironmentContext.configure(), specifies a callable which will include/exclude tables in their entirety from the autogeneration process based on name. #27
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