From 71fc93829fd864971d23bc3ed2700f1a6fe08c49 Mon Sep 17 00:00:00 2001 From: RazvanN7 Date: Tue, 11 Apr 2017 14:16:52 +0300 Subject: [PATCH] Changelog entry for Issue 15896 --- changelog/private.dd | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/private.dd diff --git a/changelog/private.dd b/changelog/private.dd new file mode 100644 index 000000000000..eff7a8ede081 --- /dev/null +++ b/changelog/private.dd @@ -0,0 +1,9 @@ +Deprecate the use of private selectively imported members + +The spec highlights clearly that a private member is visible +only from within the same module. Due to a bug, selectively +imported private members were visible from other modules. This +represents a severe violation of the private keyword specification. +At this point the use of selectively imported private members has +been deprecated and should be transformed into an error as soon +as possible.