forked from lucky/staticgenerator
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGELOG.txt
More file actions
44 lines (22 loc) · 697 Bytes
/
CHANGELOG.txt
File metadata and controls
44 lines (22 loc) · 697 Bytes
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
2009-05-09, v1.3.4
- Atomic file writes
2008-08-19, v1.3.3
- Update to request.path_info (see Django rev #8015)
2008-06-21, v1.3.2
- Bugfix for unicode paths
- Minor performance enhancement in Middleware
2008-06-03, v1.3.1
- Updated inline docs, Added DOC document
2008-06-03, v1.3
- Added response Middleware
2008-02-12, v1.2
- Updated syntax using actual Python args
- Minor code effiencies
2008-01-09, v1.1
- Added support for HttpRequest.get_host() using Sites framework or
settings.SERVER_NAME
- Added path/file delete
2008-01-08, v1.0.1
- Added missing Model import
2008-01-07, v1.0
- Initial version