blob: d4bd4875c7d9de14671f5098b689c0a1c55eab88 (
plain)
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
|
=======
CHANGES
=======
0.1.3
=====
Git
---
* Removed shell escaping completely
* Added support for stderr and stdin
* Added new
0.1.2
=====
Corrected problem with Tree.__div__ not working with zero length files.
Removed __len__ override and replaced with size instead. Also made size cache
properly. This is a breaking change.
0.1.1
=====
Fixed up some urls because I'm a moron
0.1.0
=====
initial release
|