Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb5ca1f

Browse files
committed
Solidifying common language for change log.
1 parent f012c55 commit bb5ca1f

File tree

1 file changed

+30
-29
lines changed

1 file changed

+30
-29
lines changed

CHANGES.rst

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,51 +3,52 @@ Changelog
33
=========
44

55
* 2.0.beta (not yet released)
6-
* fixed `UnboundLocalError` in `Request.parse_body`.
7-
* added support for replies with an empty body.
6+
* Fixed `UnboundLocalError` in `Request.parse_body`.
7+
* Added support for replies with an empty body.
8+
* Fixed a bug in identifying changed attributes when creating new resources.
89
* 2.0.alpha
9-
* support for Intercom API v2
10-
* support for Python 3
10+
* Added support for Intercom API v2.
11+
* Added support for Python 3.
1112
* 0.2.13
12-
* fix wildcard import from `intercom` `#28 https://github.com/jkeyes/python-intercom/pull/28`_. (https://github.com/marselester)
13+
* Fixed wildcard import from `intercom` `#28 https://github.com/jkeyes/python-intercom/pull/28`_. (https://github.com/marselester)
1314
* 0.2.12
14-
* include RTD theme in requirements.txt
15+
* Added RTD theme to requirements.txt
1516
* 0.2.11
16-
* support for events. `#25 <https://github.com/jkeyes/python-intercom/pull/25>`_. (https://github.com/mekza)
17-
* using RTD theme for documentation.
18-
* updated links to Intercom API docs.
17+
* Added support for events. `#25 <https://github.com/jkeyes/python-intercom/pull/25>`_. (https://github.com/mekza)
18+
* Using RTD theme for documentation.
19+
* Fixed links to Intercom API docs.
1920
* 0.2.10
20-
* basic support for companies. `#18 <https://github.com/jkeyes/python-intercom/pull/18>`_. (https://github.com/cameronmaske)
21-
* fixed User.delete. `#19 <https://github.com/jkeyes/python-intercom/pull/19>`_. (https://github.com/cameronmaske)
22-
* updated links to Intercom API docs.
23-
* Doctest fixes.
21+
* Added basic support for companies. `#18 <https://github.com/jkeyes/python-intercom/pull/18>`_. (https://github.com/cameronmaske)
22+
* Fixed User.delete. `#19 <https://github.com/jkeyes/python-intercom/pull/19>`_. (https://github.com/cameronmaske)
23+
* Fixed links to Intercom API docs.
24+
* Fixed doctests.
2425
* 0.2.9
25-
* `unsubscribed_from_emails` attribute added to `User` object. `#15 <https://github.com/jkeyes/python-intercom/pull/15>`_. (https://github.com/sdorazio)
26-
* `last_request_at` parameter supported in `Intercom.create_user`. `#16 <https://github.com/jkeyes/python-intercom/issues/16>`_.
27-
* page, per_page, tag_id, and tag_name parameters support on `Intercom.get_users`. `#17 <https://github.com/jkeyes/python-intercom/issues/17>`_.
26+
* Added `unsubscribed_from_emails` attribute to `User` object. `#15 <https://github.com/jkeyes/python-intercom/pull/15>`_. (https://github.com/sdorazio)
27+
* Added support for `last_request_at` parameter in `Intercom.create_user`. `#16 <https://github.com/jkeyes/python-intercom/issues/16>`_.
28+
* Added support for page, per_page, tag_id, and tag_name parameters on `Intercom.get_users`. `#17 <https://github.com/jkeyes/python-intercom/issues/17>`_.
2829
* 0.2.8
2930
* Added support for tagging `#13 <https://github.com/jkeyes/python-intercom/issues/13>`_.
30-
* Now installs into a clean python environment (https://github.com/vrachil) `#12 <https://github.com/jkeyes/python-intercom/issues/12>`_.
31-
* Doctest fix.
32-
* PEP8 formatting.
31+
* Fixed installation into a clean python environment (https://github.com/vrachil) `#12 <https://github.com/jkeyes/python-intercom/issues/12>`_.
32+
* Fixed doctest.
33+
* Updated PEP8 formatting.
3334
* 0.2.7
34-
* Update delete user support to send bodyless request.
35-
* Add support for user notes.
35+
* Fixed delete user support to send bodyless request.
36+
* Added support for user notes.
3637
* 0.2.6
37-
* Support for delete user.
38+
* Added support for delete user.
3839
* 0.2.5
39-
* Consistent version numbering (docs and code).
40+
* Fixed consistent version numbering (docs and code).
4041
* 0.2.4
41-
* Handle invalid JSON responses. (https://github.com/marselester)
42-
* Fix to doctests to pass with current Intercom dummy API.
42+
* Fixed handling of invalid JSON responses. (https://github.com/marselester)
43+
* Fixed doctests to pass with current Intercom dummy API.
4344
* 0.2.3
4445
* Fixed version number of distribution to match documentation.
4546
* 0.2.2
46-
* Finished docstrings and doctests.
47+
* Updated docstrings and doctests.
4748
* 0.2.1
4849
* Added some docstrings.
4950
* 0.2
50-
* created source distribution `#2 <https://github.com/jkeyes/python-intercom/issues/2>`_.
51-
* renamed errors `#1 <https://github.com/jkeyes/python-intercom/issues/1>`_.
51+
* Created source distribution: `#2 <https://github.com/jkeyes/python-intercom/issues/2>`_.
52+
* Fixed error names: `#1 <https://github.com/jkeyes/python-intercom/issues/1>`_.
5253
* 0.1
53-
* initial release
54+
* Initial release.

0 commit comments

Comments
 (0)