You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.rst
+41-9Lines changed: 41 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,35 +11,67 @@ In Development (Master Branch)
11
11
Bug Fixes:
12
12
13
13
* 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`_.
15
15
* Avoid unwanted extra spaces in string literal, thanks to `@merwok`_.
16
16
* 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).
17
23
18
-
.. _`@merwok`: https://github.com/merwok/
24
+
.. _`@merwok`: https://github.com/merwok
25
+
.. _`@mineo`: https://github.com/mineo
26
+
.. _`@cjrh`: https://github.com/cjrh
19
27
20
28
Other Changes:
21
29
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`_.
24
33
* Generated apidocs from `make docs`, by `@audreyr`_.
25
34
* Added `contributing` command to the `make docs` function, by `@pydanny`_.
26
35
* 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).
28
37
* 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`_.
30
39
* 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:
33
49
34
50
* `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`_
0 commit comments