We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d804cc9 commit 9fb5689Copy full SHA for 9fb5689
CHANGELOG
@@ -1,6 +1,17 @@
1
Changelog
2
=========
3
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
15
v0.11
16
-----
17
0 commit comments