summarylogtreecommitdiffstats
path: root/CHANGES
blob: a16ea9ebcbe5c8f846a5c23b018fcadfa384e424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Changelog for importmagic
-------------------------

* 0.1.3 (11-02-2015)

  - Do not choke on modules with non-UTF8 encoding on Python 3 (#13).

* 0.1.2 (26-01-2015)

  - Do not write to stdout, use logging, when parsing files fails.

* 0.1.1 (24-01-2015)

  - Do not treat multiple name references (`a == b`) as attributes (`a.b`).

* 0.1.0 (20-01-2015)

  - Initial release.