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: docs-src/changelog.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
Changelog
3
3
==============================================
4
4
5
+
v2.7.2 (2020-06-23)
6
+
-------------------
7
+
8
+
Refer to `v2.7.2 milestone <https://github.com/slackapi/python-slackclient/milestone/12?closed=1>`_ to know the complete list of the issues resolved by this release.
9
+
10
+
**Updates**
11
+
12
+
1. [WebClient] Fix #728 by adding bytearray support in files_upload (sync mode) - Thanks @sofya-salmanova @seratch
<h1>Changelog<aclass="headerlink" href="#changelog" title="Permalink to this headline">¶</a></h1>
234
+
<divclass="section" id="v2-7-2-2020-06-23">
235
+
<h2>v2.7.2 (2020-06-23)<aclass="headerlink" href="#v2-7-2-2020-06-23" title="Permalink to this headline">¶</a></h2>
236
+
<p>Refer to <aclass="reference external" href="https://github.com/slackapi/python-slackclient/milestone/12?closed=1">v2.7.2 milestone</a> to know the complete list of the issues resolved by this release.</p>
237
+
<p><strong>Updates</strong></p>
238
+
<olclass="arabic simple">
239
+
<li><p>[WebClient] Fix #728 by adding bytearray support in files_upload (sync mode) - Thanks @sofya-salmanova @seratch</p></li>
<li><p>[WebClient] #723 Correct the default value of InputBlock.label, hint - Thanks @jourdanrodrigues</p></li>
242
+
</ol>
243
+
</div>
233
244
<divclass="section" id="v2-7-1-2020-06-04">
234
245
<h2>v2.7.1 (2020-06-04)<aclass="headerlink" href="#v2-7-1-2020-06-04" title="Permalink to this headline">¶</a></h2>
235
246
<p>This release includes the fixes for regression bugs in <cite>WebClient</cite> since v2.6.0. Refer to <aclass="reference external" href="https://github.com/slackapi/python-slackclient/milestone/11?closed=1">v2.7.1 milestone</a> to know the complete list of the issues resolved by this release.</p>
0 commit comments