Skip to content

Commit 245f5ab

Browse files
committed
further improved formatting
1 parent 0f8f658 commit 245f5ab

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

CHANGES.rst

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -34,37 +34,37 @@
3434
*Released 2.8.5*
3535

3636
- Handles HTTP Bad Gateway (503) errors on request
37-
- Fixes regression on Audio and Document for unicode fields
37+
- Fixes regression on ``Audio`` and ``Document`` for unicode fields
3838

3939

4040
**2015-09-20**
4141

4242
*Released 2.8.4*
4343

44-
- getFile and File.download is now fully supported
44+
- ``getFile`` and ``File.download`` is now fully supported
4545

4646

4747
**2015-09-10**
4848

4949
*Released 2.8.3*
5050

51-
- Moved Bot._requestURL to its own class (telegram.utils.request)
51+
- Moved ``Bot._requestURL`` to its own class (``telegram.utils.request``)
5252
- Much better, such wow, Telegram Objects tests
53-
- Add consistency for str properties on Telegram Objects
54-
- Better design to test if chat_id is invalid
55-
- Add ability to set custom filename on Bot.sendDocument(..,filename='')
56-
- Fix Sticker as InputFile
53+
- Add consistency for ``str`` properties on Telegram Objects
54+
- Better design to test if ``chat_id`` is invalid
55+
- Add ability to set custom filename on ``Bot.sendDocument(..,filename='')``
56+
- Fix Sticker as ``InputFile``
5757
- Send JSON requests over urlencoded post data
58-
- Markdown support for Bot.sendMessage(..., parse_mode=ParseMode.MARKDOWN)
59-
- Refactor of TelegramError class (no more handling IOError or URLError)
58+
- Markdown support for ``Bot.sendMessage(..., parse_mode=ParseMode.MARKDOWN)``
59+
- Refactor of ``TelegramError`` class (no more handling ``IOError`` or ``URLError``)
6060

6161

6262
**2015-09-05**
6363

6464
*Released 2.8.2*
6565

6666
- Fix regression on Telegram ReplyMarkup
67-
- Add certificate to is_inputfile method
67+
- Add certificate to ``is_inputfile`` method
6868

6969

7070
**2015-09-05**
@@ -78,8 +78,8 @@
7878

7979
*Released 2.8*
8080

81-
- TelegramError when chat_id is empty for send* methods
82-
- setWebhook now supports sending self-signed certificate
81+
- TelegramError when ``chat_id`` is empty for send* methods
82+
- ``setWebhook`` now supports sending self-signed certificate
8383
- Huge redesign of existing Telegram classes
8484
- Added support for PyPy
8585
- Added docstring for existing classes
@@ -89,15 +89,15 @@
8989

9090
*Released 2.7.1*
9191

92-
- Fixed JSON serialization for message
92+
- Fixed JSON serialization for ``message``
9393

9494

9595
**2015-08-17**
9696

9797
*Released 2.7*
9898

99-
- Added support for Voice object and sendVoice method
100-
- Due backward compatibility performer or/and title will be required for sendAudio
99+
- Added support for ``Voice`` object and ``sendVoice`` method
100+
- Due backward compatibility performer or/and title will be required for ``sendAudio``
101101
- Fixed JSON serialization when forwarded message
102102

103103

@@ -112,25 +112,25 @@
112112

113113
*Released 2.6.0*
114114

115-
- Depreciation of require_authentication and clearCredentials methods
116-
- Giving AUTHORS the proper credits for their contribution for this project
117-
- Message.date and Message.forward_date are now datetime objects
115+
- Depreciation of ``require_authentication`` and ``clearCredentials`` methods
116+
- Giving ``AUTHORS`` the proper credits for their contribution for this project
117+
- ``Message.date`` and ``Message.forward_date`` are now ``datetime`` objects
118118

119119

120120
**2015-08-12**
121121

122122
*Released 2.5.3*
123123

124-
- telegram.Bot now supports to be unpickled
124+
- ``telegram.Bot`` now supports to be unpickled
125125

126126

127127
**2015-08-11**
128128

129129
*Released 2.5.2*
130130

131131
- New changes from Telegram Bot API have been applied
132-
- telegram.Bot now supports to be pickled
133-
- Return empty str instead None when message.text is empty
132+
- ``telegram.Bot`` now supports to be pickled
133+
- Return empty ``str`` instead ``None`` when ``message.text`` is empty
134134

135135

136136
**2015-08-10**
@@ -151,47 +151,47 @@
151151

152152
*Released 2.4*
153153

154-
- Fixes Emoji class for Python 3
155-
- PEP8 improvements
154+
- Fixes ``Emoji`` class for Python 3
155+
- ``PEP8`` improvements
156156

157157

158158
**2015-08-08**
159159

160160
*Released 2.3*
161161

162-
- Fixes ForceReply class
163-
- Remove logging.basicConfig from library
162+
- Fixes ``ForceReply`` class
163+
- Remove ``logging.basicConfig`` from library
164164

165165

166166
**2015-07-25**
167167

168168
*Released 2.2*
169169

170-
- Allows debug=True when initializing telegram.Bot
170+
- Allows ``debug=True`` when initializing ``telegram.Bot``
171171

172172

173173
**2015-07-20**
174174

175175
*Released 2.1*
176176

177-
- Fix to_dict for Document and Video
177+
- Fix ``to_dict`` for ``Document`` and ``Video``
178178

179179

180180
**2015-07-19**
181181

182182
*Released 2.0*
183183

184184
- Fixes bugs
185-
- Improves __str__ over to_json()
186-
- Creates abstractclass TelegramObject
185+
- Improves ``__str__`` over ``to_json()``
186+
- Creates abstract class ``TelegramObject``
187187

188188

189189
**2015-07-15**
190190

191191
*Released 1.9*
192192

193193
- Python 3 officially supported
194-
- PEP8 improvements
194+
- ``PEP8`` improvements
195195

196196

197197
**2015-07-12**
@@ -205,7 +205,7 @@
205205

206206
*Released 1.7*
207207

208-
- Fixes crash when username is not defined on chat (special thanks to JRoot3D)
208+
- Fixes crash when ``username`` is not defined on ``chat`` (special thanks to JRoot3D)
209209

210210

211211
**2015-07-10**
@@ -219,31 +219,31 @@
219219

220220
*Released 1.5*
221221

222-
- Fixes randomly unicode issues when using InputFile
222+
- Fixes randomly unicode issues when using ``InputFile``
223223

224224

225225
**2015-07-10**
226226

227227
*Released 1.4*
228228

229-
- requests lib is no longer required
229+
- ``requests`` lib is no longer required
230230
- Google App Engine (GAE) is supported
231231

232232

233233
**2015-07-10**
234234

235235
*Released 1.3*
236236

237-
- Added support to setWebhook (special thanks to macrojames)
237+
- Added support to ``setWebhook`` (special thanks to macrojames)
238238

239239

240240
**2015-07-09**
241241

242242
*Released 1.2*
243243

244-
- CustomKeyboard classes now available
244+
- ``CustomKeyboard`` classes now available
245245
- Emojis available
246-
- PEP8 improvements
246+
- ``PEP8`` improvements
247247

248248

249249
**2015-07-08**

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy