Skip to content

Commit a1dd2f9

Browse files
committed
Merge remote-tracking branch 'origin/0.1.5'
2 parents f678d10 + 2d5d958 commit a1dd2f9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,17 +157,21 @@ Changes
157157

158158
0.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

164167
0.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

172176
0.1.3 *2014-10-29 Pre-Alpha*
173177
* **Bugfix**: 2nd parameter of wcswidth was not honored.

0 commit comments

Comments
 (0)