Skip to content

Commit

Permalink
Enhance the changelog for the Objective-C support
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Oct 13, 2015
1 parent c0b2da9 commit f22fb54
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions changelog/2.069.0_pre.dd
Expand Up @@ -44,9 +44,11 @@ $(LI $(LNAME2 self-hosted-dmd, DMD has been ported to D.)
$(LI $(LNAME2 objective-c-support, Basic support for Objective-C.)

$(P Basic support for Objective-C classes, interfaces and instance methods.
This is implemented by adding a new linkage attribute, Objective-C, and
a compiler recognized UDA, @selector. The linkage attribute is to be
used on a class or interface. The UDA is attached to a method.
This is implemented by adding a new linkage attribute, `Objective-C`,
and a compiler recognized UDA, `@selector`. The linkage attribute is to
be used on a class or interface. The UDA is attached to a method.
See $(LINK2 ../objc_interface.html, Interfacing to Objective-C)
for more information.
)
)

Expand Down

0 comments on commit f22fb54

Please sign in to comment.