Changed
- [118][] Name all _"info"_ as `...Info`, make them classes that descend
from `namedtuple`, have `__slots__ = ()`, and move them to module `infos`.
- [116][] Status information during parsing is now routed through
`logging.getLogger("grako")`.
- [119][] Methods in `objectmodel.Node` that require an `infos.ParseInfo`
will now raise `exceptions.NoParseInfo` if parse information is not available for the node.
[116]: https://bitbucket.org/neogeny/grako/issue/116
[118]: https://bitbucket.org/neogeny/grako/issue/118
[119]: https://bitbucket.org/neogeny/grako/issue/119
Fixed
- There were broken links in the documentation after the repository was moved from _apalala_ to _neogeny_ on [Bitbucket][].