Skip to content

Commit 91e497e

Browse files
committed
NEWS.11.md: Add note about Matlab compatibility for urlread() and urlwrite()
1 parent 7f1808c commit 91e497e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

etc/NEWS.11.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ Summary of important user-visible changes for version 11 (yyyy-mm-dd):
145145
- The `weboptions` has been re-written internally. Support for non-integer
146146
Timeout values, and the special value `Inf`, has been added.
147147

148+
- The `urlread` and `urlwrite` functions now make use of the various
149+
`weboptions` such as timeouts and user credentials. The old calling form
150+
with passing a cell array is still supported for backward compatibility.
151+
148152
- The `newplot` function has been re-written to remove functionality that was
149153
possibly never used in Octave, and has been removed from Matlab. The
150154
function is also more compatible, and does not change the current figure

0 commit comments

Comments
 (0)