-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathHISTORY
More file actions
35 lines (23 loc) · 688 Bytes
/
HISTORY
File metadata and controls
35 lines (23 loc) · 688 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
History
-------
0.5.4 -
------------------
* Added PatchSet.from_string helper.
* Do not install tests as top-level package.
0.5.3 - 2016-04-10
------------------
* Re-released 0.5.2 as 0.5.3 because of issues with PyPI.
0.5.2 - 2016-02-02
------------------
* Added diff line number to Line metadata.
* Optimizations for large hunks.
* Fix for git empty new lines.
* Added (optional) errors parameter to PatchSet.from_filename,
to specify how to handle encoding errors.
0.5.1 - 2015-01-18
------------------
* Added (optional) encoding parameter to PatchSet.
* Added support to get any iterable as PatchSet diff argument.
0.5 - 2014-12-14
----------------
* Release on PyPI.