Deleted Added
1<?xml version="1.0" ?>
2<!DOCTYPE change_log SYSTEM "changes.dtd" >
3
4
5<change_log title="unit">
6
7
8<changes apply="unit-php

--- 86 unchanged lines hidden (view full) ---

95
96<change type="bugfix">
97<para>
98incorrect Python protocol auto detection (ASGI or WSGI) for native callable
99object, notably with Falcon.
100</para>
101</change>
102
103<change type="bugfix">
104<para>
105ECMAScript modules did not work with the recent Node.js versions.
106</para>
107</change>
108
109</changes>
110
111
112<changes apply="unit-php
113 unit-python unit-python2.7
114 unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7
115 unit-python3.8 unit-python3.9 unit-python3.10
116 unit-go

--- 3158 unchanged lines hidden ---