File tree 1 file changed +10
-0
lines changed 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -473,6 +473,16 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
473
473
The new < a href ="/pkg/context/#AfterFunc "> < code > AfterFunc</ code > </ a >
474
474
function registers a function to run after a context has been cancelled.
475
475
</ p >
476
+
477
+ < p > <!-- CL 455455 -->
478
+ An optimization means that the results of calling
479
+ < a href ="/pkg/context/#Background "> < code > Background</ code > </ a >
480
+ and < a href ="/pkg/context/#TODO "> < code > TODO</ code > </ a > and
481
+ converting them to a shared type can be considered equal.
482
+ In previous releases they were always different. Comparing
483
+ < a href ="/pkg/context/#Context "> < code > Context</ code > </ a > values
484
+ for equality has never been well-defined, so this is not
485
+ considered to be an incompatible change.
476
486
</ dd >
477
487
</ dl >
478
488
You can’t perform that action at this time.
0 commit comments