Skip to content

Commit 659a61a

Browse files
author
Daniel Greenfeld
committed
Updated history for 0.7.2 release
1 parent d4c14f3 commit 659a61a

File tree

1 file changed

+41
-9
lines changed

1 file changed

+41
-9
lines changed

HISTORY.rst

Lines changed: 41 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,67 @@ In Development (Master Branch)
1111
Bug Fixes:
1212

1313
* Fixed the contributing file so it displays nicely in Github, thanks to `@pydanny`_.
14-
* Updates 2.6 requirements to include simplejson, thanks to `@sasix`_.
14+
* Updates 2.6 requirements to include simplejson, thanks to `@saxix`_.
1515
* Avoid unwanted extra spaces in string literal, thanks to `@merwok`_.
1616
* Fix `@unittest.skipIf` error on Python 2.6.
17+
* Let sphinx parse `:param:` properly by inserting newlines #213, thanks to `@mineo`_.
18+
* Fixed Windows test prompt failure by replacing stdin per `@cjrh`_ in #195.
19+
* Made rmtree remove readonly files, thanks to `@pfmoore`_.
20+
* Now using tox to run tests on Appveyor, thanks to `@pfmoore`_ (#241).
21+
* Fixed tests that assumed the system encoding was utf-8, thanks to `@pfmoore`_ (#242, #244).
22+
* Added a tox ini file that uses py.test, thanks to `@pfmoore`_ (#245).
1723

18-
.. _`@merwok`: https://github.com/merwok/
24+
.. _`@merwok`: https://github.com/merwok
25+
.. _`@mineo`: https://github.com/mineo
26+
.. _`@cjrh`: https://github.com/cjrh
1927

2028
Other Changes:
2129

22-
* Elevated `@pydanny`_ and `michaeljoseph`_ to core committer status. Their condition: `@audreyr`_ formally accept position as **BDFL of cookiecutter**.
23-
* Added vision and scope, by `@audreyr`_.
30+
* `@audreyr`_ formally accepted position as **BDFL of cookiecutter**.
31+
* Elevated `@pydanny`_, `@michaeljoseph`_, and `@pfmoore`_ to core committer status.
32+
* Added Core Committer guide, by `@audreyr`_.
2433
* Generated apidocs from `make docs`, by `@audreyr`_.
2534
* Added `contributing` command to the `make docs` function, by `@pydanny`_.
2635
* Refactored contributing documentation, included adding core committer instructions, by `@pydanny`_ and `@audreyr`_.
27-
* Stopped converting input prompt to bytes, useful for Python 3, thanks to `@uranusjr`_.
36+
* Do not convert input prompt to bytes, thanks to `@uranusjr`_ (#192).
2837
* Added troubleshooting info about Python 3.3 tests and tox.
29-
* Added documentation about command line arguments, thanks to `@sasix`_.
38+
* Added documentation about command line arguments, thanks to `@saxix`_.
3039
* Style cleanups.
31-
* Add an environment variable to disable network tests for environments without networking, thanks to `@vincentbernat`_.
32-
* Add more Cookiecutters to the list:
40+
* Added environment variable to disable network tests for environments without networking, thanks to `@vincentbernat`_.
41+
* Added Appveyor support to aid Windows integrations, thanks to `@pydanny`_ (#215).
42+
* CONTRIBUTING.rst is now generated via `make contributing`, thanks to `@pydanny`_ (#220).
43+
* Removed unnecessary endoing argument to `json.load`, thanks to `@pfmoore`_ (#234).
44+
* Now generating shell hooks dynamically for Unix/Windows portability, thanks to `@pfmoore`_ (#236).
45+
* Removed non-portable assumptions about directory structure, thanks to `@pfmoore`_ (#238).
46+
* Added a note on portability to the hooks documentation, thanks to `@pfmoore`_ (#239).
47+
* Replaced `unicode_open` with direct use of `io.open`, thanks to `@pfmoore`_ (#229).
48+
* Added more Cookiecutters to the list:
3349

3450
* `cookiecutter-kivy`_ by `@hackebrot`_
51+
* BoilerplatePP_ by `@Paspartout`_
52+
* `cookiecutter-pypackage-minimal`_ by `@borntyping`_
53+
* `cookiecutter-ansible-role`_ by `@iknite`_
54+
* `cookiecutter-pylibrary`_ by `@ionelmc`_
55+
* `cookiecutter-pylibrary-minimal`_ by `@ionelmc`_
3556

3657

3758
.. _`cookiecutter-kivy`: https://github.com/hackebrot/cookiecutter-kivy
38-
59+
.. _`cookiecutter-ansible-role`: https://github.com/iknite/cookiecutter-ansible-role
60+
.. _BoilerplatePP: https://github.com/Paspartout/BoilerplatePP
61+
.. _`cookiecutter-pypackage-minimal`: https://github.com/borntyping/cookiecutter-pypackage-minimal
62+
.. _`cookiecutter-pylibrary`: https://github.com/ionelmc/cookiecutter-pylibrary
63+
.. _`cookiecutter-pylibrary-minimal`: https://github.com/ionelmc/cookiecutter-pylibrary-minimal
64+
65+
.. _`@michaeljoseph`: https://github.com/michaeljoseph
66+
.. _`@iknite`: https://github.com/iknite
67+
.. _`@borntyping`: https://github.com/borntyping
68+
.. _`@Paspartout`: https://github.com/Paspartout
69+
.. _`@pfmoore`: https://github.com/pfmoore
3970
.. _`@audreyr`: https://github.com/audreyr
4071
.. _`@uranusjr`: https://github.com/uranusjr
4172
.. _`@saxix`: https://github.com/saxix
4273
.. _`@hackebrot`: https://github.com/hackebrot
74+
.. _`@ionelmc`: https://github.com/ionelmc
4375

4476

4577

0 commit comments

Comments
 (0)