Skip to content

Commit 5afad7a

Browse files
author
luke
committed
Add NEWS item for DATAPTR_RW.
git-svn-id: https://svn.r-project.org/R/trunk@89023 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 0b8f647 commit 5afad7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/NEWS.Rd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@
221221
\item The deprecated macros \code{CHARACTER_DATA} and
222222
\code{CHARACTER_POINTER} now return \code{const} pointers since using
223223
writable pointers in packages is not safe.
224+
225+
\item New function \code{DATAPTR_RW} for use in implementing
226+
\code{ALTREP} \code{Dataptr} methods. This function should not be
227+
used in any other contexts.
224228
}
225229
}
226230

0 commit comments

Comments
 (0)