-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCHANGELOG
28 lines (18 loc) · 1 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Version 1.2 (pending)
---------------------
* All necessary subdirectories are created for the target files. Thanks to brodul for the patch.
* All parts in buildout.cfg are available to the templates, instead of being limited to the parts listed in buildout:parts. Thanks to brodul for the patch.
Version 1.1 (2012-02-23)
------------------------
* Replaced iterable test with split filter for better control and simpler template logic
* Made options from other parts available through parts.<part-name>.<option-name> and parts[<part-name>][<option-name>]. Thanks to Remco Wendt for patch.
Version 1.0 (2009-04-13)
------------------------
* Added base-dir option for setting the root of the Jinja2 environment. Default is the Buildout directory as before.
Version 0.1.1 (2008-12-11)
--------------------------
* Stripping all options before supplying to the templates
* Added a test for checking if a value is iterable to the Jinja2 environment
Version 0.1 (2008-12-10)
------------------------
* Initial version