From f22fb54c50d99b566adb0300e23b0ec60272ea51 Mon Sep 17 00:00:00 2001 From: Jacob Carlborg Date: Tue, 13 Oct 2015 21:15:03 +0200 Subject: [PATCH] Enhance the changelog for the Objective-C support --- changelog/2.069.0_pre.dd | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/changelog/2.069.0_pre.dd b/changelog/2.069.0_pre.dd index e0bfb1a3d9..a722435856 100644 --- a/changelog/2.069.0_pre.dd +++ b/changelog/2.069.0_pre.dd @@ -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. ) )