Add NEWS entry.
[jelmer/python-fastimport.git] / NEWS
1 0.9.5   UNRELEASED
2
3  * Add python3.5 support. (Félix Mattrat)
4
5 0.9.4   2014-07-04
6
7  * Get handlers from class object using getattr() for possible inheritance
8    (Cécile Tonglet)
9
10  * Fix 'check-pypy' by removing use of nonexistant target. (masklinn)
11
12  * Use namedtuple for authorship tuple in Commit.{author,committer}.
13    (masklinn)
14
15 0.9.3   2014-03-01
16
17  * Remove unused and untested helper single_plural,
18    invert_dict, invert_dictset, defines_to_dict and
19    binary_stream.
20    (Jelmer Vernooij)
21
22  * Install NEWS and README files.
23
24 0.9.2   2012-04-03
25
26  * Remove reftracker and idmapfile, which are bzr-specific.
27    (Jelmer Vernooij, #693507)
28
29  * Cope with invalid timezones like +61800 a little bit better.
30    (Jelmer Vernooij, #959154)
31
32  * Allow non-strict parsing of fastimport streams, when
33    a tagger is missing an email address.
34    (Jelmer Vernooij, #730607)
35
36 0.9.1   2012-02-28
37
38  * Update FSF address in headers. (Dan Callaghan, #868800)
39
40  * Support 'done' feature. (Jelmer Vernooij, #942563)
41
42  * Rename tarball for the benefit of pip. (Jelmer Vernooij, #779690)
43
44 0.9.0   2011-01-30
45
46  Initial release.