- Added ability to disable support for inlines using dialect argument to load() and loads().
- Added get_keys(), get_value(), get_line_numbers(), and get_location().
- Deprecated get_value_from_keys(), get_lines_from_keys(), get_original_keys(), and join_keys().
- Added offset argument to Location.as_line().
- Add ability to specify source to load().
- Clarified policy on white space in inline strings.