diff --git a/HISTORY b/HISTORY index bce862d..3112374 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,16 @@ History ------- +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 ------------------ diff --git a/unidiff/__init__.py b/unidiff/__init__.py index 70aacc4..28d21bf 100644 --- a/unidiff/__init__.py +++ b/unidiff/__init__.py @@ -38,4 +38,4 @@ ) -VERSION = '0.5.1' +VERSION = '0.5.2'