Skip to content

Commit d27ca4b

Browse files
committed
Update our AUTHORS and CHANGELOG file to reflect on newly added features and bugfixes and add our new contributors
1 parent b09f393 commit d27ca4b

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@ Other contributors are (in alphabetical order):
1313
* Simon de Vlieger <simon at ikanobori dot jp>
1414
* Marien Zwart <marien dot zwart at gmail dot com>
1515
* Brandon Navra <brandon dot navra at gmail dot com>
16+
* Ingrid Cheung
17+
* Martha Girdler <martha at cheezburger dot com>
18+
* Allison Kaptur <allison dot kaptur at gmail dot com>
19+
* Eike Hein <sho at eikehein dot com>
1620

1721
Many thanks for all contributions!

CHANGELOG

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
Changelog
22
=========
33

4-
Since v0.11
5-
___________
4+
dev
5+
---
6+
7+
We want to give special thanks to the Hacker School project-
8+
(https://www.hackerschool.com/) for choosing bpython as their pet hacking
9+
project. In special we would like to thank the following people for contributing
10+
their code to bpython:
11+
12+
- Martha Girdler
13+
- Allison Kaptur
14+
- Ingrid Cheung
15+
16+
We'd also like to thank Eike Hein for contributing his pastebin code which now
17+
makes it possible to paste using a 3rd party program unlocking a whole slew of
18+
pastebins for bpython users.
619

720
* Added a new pastebin_helper config option to name an executable that should
821
perform pastebin upload on bpython's behalf. If set, this overrides
@@ -11,6 +24,10 @@ ___________
1124
* Fixed a bug causing pastebin upload to fail after a previous attempt was
1225
unsuccessful. A duplicate pastebin error would be displayed in this case,
1326
despite the original upload having failed.
27+
* Added more key shortcuts to bpython.urwid
28+
* Smarter dedenting after certain expressions
29+
* #74 fixed broken completion when auto_display_list was disabled
30+
1431

1532
v0.11
1633
-----

0 commit comments

Comments
 (0)