Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Mar 13, 2019
1 parent 2ed3f7f commit ebdfad7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Authors
=======

* Ionel Cristian Mărieș - http://blog.ionelmc.ro
* Ionel Cristian Mărieș - https://blog.ionelmc.ro
* Matthew Wilkes - https://github.com/MatthewWilkes
11 changes: 7 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
Changelog
=========

1.3.0 (Unreleased)
1.3.0 (2019-03-13)
------------------

* Document support for Python 3.8's ``breakpoint()``.
* Add specifying default listen behavior through environment variables.
* Avoid discarding input (workaround for bug in Python 3.6 and later).
* Documented support for Python 3.8's ``breakpoint()``.
* Added support for setting the socket listening host/port through the ``REMOTE_PDB_HOST``/``REMOTE_PDB_PORT``
environment variables. Contributed by Matthew Wilkes in `#14 <https://github.com/ionelmc/python-remote-pdb/pull/14>`_.
* Removed use of `rw` file wrappers around sockets (turns out socket's ``makefile`` is very buggy in Python 3.6 and
later - `output is discarded <https://bugs.python.org/issue35928>`_). Contributed in `#13
<https://github.com/ionelmc/python-remote-pdb/pull/13>`_.

1.2.0 (2015-09-26)
------------------
Expand Down

0 comments on commit ebdfad7

Please sign in to comment.