From b02f994003fce4c35d5b36d17660916161b810ce Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Tue, 16 Feb 2016 17:14:08 +0200 Subject: [PATCH] Releases: DukLuv JSON debug proxy --- RELEASES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASES.rst b/RELEASES.rst index 9adce504..35ba3e46 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -1383,6 +1383,10 @@ Planned * Add Windows version of the debugger example TCP transport (GH-579) +* A DukLuv-based JSON debug proxy is now included in the dist package; + it should allow much easier and more flexible packaging of a JSON debug + proxy into a debug client (GH-590) + * Fix potentially memory unsafe behavior when a refcount-triggered finalizer function rescues an object; the memory unsafe behavior doesn't happen immediately which makes the cause of the unsafe behavior difficult to