Skip to content

Commit f4a6d2b

Browse files
committed
Remove reference to version 0.4
That information is no longer useful, and it can be obtained from the change log and Git history in any case.
1 parent 6c04b1b commit f4a6d2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/usage.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,7 @@ row length in advance:
329329
A plausible code pattern is to read a PLY file into a `PlyData`
330330
instance, perform some operations on it, possibly modifying data and
331331
metadata in place, and write the result to a new file. This pattern is
332-
partially supported. As of version 0.4, the following in-place
333-
mutations are supported:
332+
partially supported. The following in-place mutations are possible:
334333

335334
- Modifying numerical array data only.
336335
- Assigning directly to a `PlyData` instance's `elements`.

0 commit comments

Comments
 (0)