Release D 2.096.0

Mario Kröplin linkrope at github.com
Mon Apr 12 11:33:42 UTC 2021


The fix for Issue 21508 - _private class p in file p.d visible 
outside the file (module)_ removed a behavior that was (wrongly) 
used from time to time:

```
module Foo;
class Foo {...}
```

The class `Foo` can no longer be imported with `import Foo;` This 
is a surprising breaking change. Perhaps it should be documented 
more explicitly.


More information about the Digitalmars-d-announce mailing list