Update documentation and changelog for 'from ... import' syntax
- CHANGES.md: replace the old import entry with the new from...import entry
- atd-language-reference.rst: update keywords list, grammar, and the
Import declarations section to describe the new syntax
- atdml-reference.rst: rewrite Import declarations section
- atdts.rst: rewrite Import declarations section
- atdpy.rst: rewrite Import annotations section including auto-escaping
of Python keywords in alias names
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>