Skip to content

Commit bed13c7

Browse files
Merge pull request #26 from GlenWalker/update_changelog
Add changelog entries for 2.0.0 and 2.0.1
2 parents ca9f4ba + d540281 commit bed13c7

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

CHANGELOG

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,31 @@
1+
2.0.1
2+
----------------------------------------
3+
4+
- fix race conditions for attribute creation
5+
6+
2.0.0
7+
----------------------------------------
8+
9+
- also transfer __spec__ attribute
10+
- make py.test hack more specific to avoid hiding real errors
11+
- switch from Travis CI to GitHub Actions
12+
- modernize package build
13+
- reformat code with black
14+
115
1.5
2-
----
16+
----------------------------------------
317

418
- switch to setuptools_scm
519
- move to github
620
- fix up python compat matrix
721
- avoid dict iteration (fixes issue on python3)
822
- preserve __package__ - ths gets us better pep 302 compliance
923

10-
1124
1.4
12-
-----------------
25+
----------------------------------------
1326

1427
- revert the automated version gathering
1528

16-
1729
1.3
1830
----------------------------------------
1931

0 commit comments

Comments
 (0)