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
* `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>`_.
28
29
* 0.2.8
29
30
* 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.
33
34
* 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.
36
37
* 0.2.6
37
-
* Support for delete user.
38
+
* Added support for delete user.
38
39
* 0.2.5
39
-
* Consistent version numbering (docs and code).
40
+
* Fixed consistent version numbering (docs and code).
0 commit comments