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 47f9fe2
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions changelog/disable-TypeInfo.init.dd
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
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).
$(REF_OBJECT_SHORT TypeInfo.init) has been `@disable`d. Use
$(REF_OBJECT_SHORT TypeInfo.initializer) instead.

Use $(REF_OBJECT_SHORT TypeInfo.initializer) instead.
`TypeInfo.init` is a legacy alias of the method that is now called
$(REF_OBJECT_SHORT TypeInfo.initializer). The name change is necessary because
the name "init" clashes with the type property of the same name
($(GLINK2 property, init)).

The legacy alias has been deprecated since 2.072.0. It's going to be removed in
2.075.0.

0 comments on commit 47f9fe2

Please sign in to comment.