From e8b7def7f41c0cee643e0222adc296be85022318 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Sat, 21 Dec 2013 12:52:53 +1100 Subject: [PATCH] doc/go1.3.txt: mention windows syscall.NewCallbackCDecl R=golang-codereviews, r CC=golang-codereviews https://golang.org/cl/44160044 --- doc/go1.3.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/go1.3.txt b/doc/go1.3.txt index 90167a5cff..66aa79a0cb 100644 --- a/doc/go1.3.txt +++ b/doc/go1.3.txt @@ -1,2 +1,3 @@ -pull linker i/o into separate liblink C library (CL 35790044) -misc/dist renamed misc/makerelease (CL 39920043) +liblink: pull linker i/o into separate liblink C library (CL 35790044) +misc/dist: renamed misc/makerelease (CL 39920043) +syscall: add NewCallbackCDecl to use for windows callbacks (CL 36180044) -- 2.48.1