File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -157,17 +157,21 @@ Changes
157157
1581580.1.5 *2015-09-13 Alpha *
159159 * **Bugfix **:
160- Resolution of "combining character width", most especially
160+ Resolution of "combining _ character width" issue , most especially
161161 those that previously returned -1 now often (correctly) return 0.
162162 resolved by `Philip Craig `_ via `PR #11 `_.
163+ * **Deprecated **:
164+ The module path ``wcwidth.table_comb `` is no longer available,
165+ it has been superseded by module path ``wcwidth.table_zero ``.
163166
1641670.1.4 *2014-11-20 Pre-Alpha *
165168 * **Feature **: ``wcswidth() `` now determines printable length
166- for (most) combining characters. The developer's tool
169+ for (most) combining _ characters. The developer's tool
167170 `bin/wcwidth-browser.py `_ is improved to display combining _
168171 characters when provided the ``--combining `` option
169172 (`Thomas Ballinger `_ and `Leta Montopoli `_ `PR #5 `_).
170- * added static analysis (prospector _) to testing framework.
173+ * **Feature **: added static analysis (prospector _) to testing
174+ framework.
171175
1721760.1.3 *2014-10-29 Pre-Alpha *
173177 * **Bugfix **: 2nd parameter of wcswidth was not honored.
You can’t perform that action at this time.
0 commit comments