mirror of
https://github.com/github/codeql.git
synced 2026-04-22 15:25:18 +02:00
Add change note
This commit is contained in:
6
go/ql/lib/change-notes/2025-02-12-deprecate-namedtype.md
Normal file
6
go/ql/lib/change-notes/2025-02-12-deprecate-namedtype.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: deprecated
|
||||
---
|
||||
* The class `NamedType` has been deprecated. Use the new class `DefinedType` instead. This better matches the terminology used in the Go language specification, which was changed in Go 1.9.
|
||||
* The member predicate `getNamedType` on `GoMicro::ServiceInterfaceType` has been deprecated. Use the new member predicate `getDefinedType` instead.
|
||||
* The member predicate `getNamedType` on `Twirp::ServiceInterfaceType` has been deprecated. Use the new member predicate `getDefinedType` instead.
|
||||
Reference in New Issue
Block a user