Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
changelog tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
aG0aep6G committed Mar 13, 2017
1 parent c5bdd29 commit 88d380d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions changelog/disable-TypeInfo.init.dd
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
TypeInfo.init has been `@disable`d.
`TypeInfo.init` has been `@disable`d.

This is a step towards removal of `TypeInfo.init`, which is necessary to resolve
a name clash with the type property $(GLINK2 property, init).
The method $(REF_OBJECT_SHORT TypeInfo.init) has been `@disable`d. This is
necessary to resolve a name clash with the type property of the same name
($(GLINK2 property, init)).

Use $(REF_OBJECT_SHORT TypeInfo.initializer) instead.

The method has been deprecated since 2.072.0. It's going to be removed in 2.075.

0 comments on commit 88d380d

Please sign in to comment.