Skip to content

Commit 380817a

Browse files
committed
[minor] Consistency tweaks.
1 parent 6f84acb commit 380817a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ Integration and unit tests are provided.
5353

5454
## Changelog
5555

56-
**v3.0.22 - 2015 September 9**
56+
**v3.0.22 - 2015 Sept 9**
5757

58-
+ Added method text_search() which allows an API client to access
58+
+ Added method `text_search()` which allows an API client to access
5959
the Shotgun global search and auto completer.
60-
+ Added method activity_stream_read() which allows an API client
60+
+ Added method `activity_stream_read()` which allows an API client
6161
to access the activity stream for a given Shotgun entity.
62-
+ Added method note_thread_read() which allows an API client to
62+
+ Added method `note_thread_read()` which allows an API client to
6363
download an entire note conversation, including replies and
6464
attachments, using a single API call.
65-
+ Added an experimental 'mockgun' module which can be used to emulate
65+
+ Added an experimental `mockgun` module which can be used to emulate
6666
the Shotgun API, for example inside unit test rigs.
6767
+ [minor] Improved docstrings.
6868

@@ -208,17 +208,17 @@ Integration and unit tests are provided.
208208
+ add batch() method to do multiple create, update, and delete requests in one
209209
request to the server (requires Shotgun server to be v1.13.0 or higher)
210210

211-
**v3.0b8 - 2010 February 19**
211+
**v3.0b8 - 2010 Feb 19**
212212

213213
+ fix python gotcha about using lists / dictionaries as defaults.
214214
See: http://www.ferg.org/projects/python_gotchas.html#contents_item_6
215215
+ add schema_read method
216216

217-
**v3.0b7 - 2009 November 30**
217+
**v3.0b7 - 2009 Nov 30**
218218

219219
+ add additional retries for connection errors and a catch for broken pipe exceptions
220220

221-
**v3.0b6 - 2009 October 20**
221+
**v3.0b6 - 2009 Oct 20**
222222

223223
+ add support for HTTP/1.1 keepalive, which greatly improves performance for multiple requests
224224
+ add more helpful error if server entered is not http or https

0 commit comments

Comments
 (0)