April 20, 2018
https://issues.dlang.org/show_bug.cgi?id=18782

ag0aep6g <ag0aep6g@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |ag0aep6g@gmail.com
           Hardware|x86                         |All
                 OS|Mac OS X                    |All
           Severity|enhancement                 |minor

--- Comment #1 from ag0aep6g <ag0aep6g@gmail.com> ---
https://github.com/dlang/dlang.org/pull/2350

--
June 18, 2018
https://issues.dlang.org/show_bug.cgi?id=18782

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/7c328266beac7f125bde5edc134d9fca9252e45d
fix issue 18782 - Documentation error: ProtectionAttributes should say
Visibility Attribute

Also removing the outdated statement that visibility is not affected. Since DIP22, `private`, `public`, etc. do affect visibility.

https://github.com/dlang/dlang.org/commit/78a09865cb0248edab239af41759948423ec3d90 Merge pull request #2350 from aG0aep6G/18782

 fix issue 18782 - Documentation error: ProtectionAttributes should say
Visibility Attribute

--