From 49a5a97eead27517b98c2c8c5bb40e9b69ccee7b Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Fri, 10 Apr 2015 13:19:20 -0700 Subject: [PATCH] doc/go1.5.txt: time.AppendFormat Change-Id: I9e8a0dc152ef9403ff5ece0c161bda3a2f4448a8 Reviewed-on: https://go-review.googlesource.com/8760 Reviewed-by: Rob Pike --- doc/go1.5.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/go1.5.txt b/doc/go1.5.txt index 7e310da847..2d50d19c52 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -45,6 +45,7 @@ syscall: Add Foreground and Pgid to SysProcAttr (https://golang.org/cl/5130) syscall: add missing Syscall9 for darwin/amd64 (https://golang.org/cl/6555) testing/quick: support generation of arrays (https://golang.org/cl/3865) text/template: add Options method (https://golang.org/cl/8462) +time: add time.AppendFormat(https://golang.org/cl/1760) Tools: -- 2.48.1