Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
7fb65a93
Commit
7fb65a93
authored
Mar 07, 2011
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: amend release.2011-03-07 notes to mention reflect and path changes
R=rsc CC=golang-dev
https://golang.org/cl/4250061
parent
545a1eef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
doc/devel/release.html
doc/devel/release.html
+12
-1
No files found.
doc/devel/release.html
View file @
7fb65a93
...
...
@@ -8,7 +8,18 @@ For full details, see the <a href="http://code.google.com/p/go/source/list">Merc
<h3
id=
"2011-03-07"
>
2011-03-07
</h3>
<pre>
Changes in this release:
This release includes changes to the reflect and path packages.
Code that uses reflect or path may need to be updated.
The reflect package's Value.Addr method has been renamed to Value.UnsafeAddr.
Code that uses the Addr method will have to call UnsafeAddr instead.
The path package has been split into two packages: path and path/filepath.
Package path manipulates slash-separated paths, regardless of operating system.
Package filepath implements the local operating system's native file paths.
OS-specific functioanlity in pacakge path, such as Walk, moved to filepath.
Other changes:
* build: fixes and simplifications (thanks Dave Cheney),
move $GOBIN ahead of /bin, /usr/bin in build $PATH.
* bzip2: speed up decompression.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment