X Tutup
Skip to content

Commit 9fb5689

Browse files
committed
Update changelog.
1 parent d804cc9 commit 9fb5689

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
Since v0.11
5+
___________
6+
7+
* Added a new pastebin_helper config option to name an executable that should
8+
perform pastebin upload on bpython's behalf. If set, this overrides
9+
pastebin_url. Data is supplied to the helper via STDIN, and it is expected
10+
to return a pastebin URL as the first word of its output.
11+
* Fixed a bug causing pastebin upload to fail after a previous attempt was
12+
unsuccessful. A duplicate pastebin error would be displayed in this case,
13+
despite the original upload having failed.
14+
415
v0.11
516
-----
617

0 commit comments

Comments
 (0)
X Tutup