-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES.txt
60 lines (32 loc) · 869 Bytes
/
CHANGES.txt
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
CHANGES
=======
0.6.1 (01-22-2013)
------------------
- Added python 2.6
0.6 (12-10-2012)
----------------
- Allow to use standard renderers in `render` function
0.5 (11-30-2012)
----------------
- Use jinja2 for templates
- Added `layout_data` request property
- Allow to pass several messages to `error` message
0.4 (11-12-2012)
----------------
- Added `player.layout` renderer
- Added `-c` argument to `player` console script,
it allows to customize templates
- `set_layout_data` accepts keyword arguments
- Removed `player.wrap_layout()`
- Removed python2.6 support
0.3 (11-07-2012)
----------------
- Added `set_layout_data` request method, allow to set global layout options
- Added status messages
- Added formatters
0.2 (11-01-2012)
----------------
- Added `layout` subsystem
0.1 (10-30-2012)
----------------
- Initial release