The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.005   2020-02-07  Released-By: PERLANCAR; Urgency: medium

	- [incompatible change] D'oh, rename headline_as_string() to
	  header_as_string() to be compatible with Org::Parser.


0.004   2020-02-07  Released-By: PERLANCAR; Urgency: medium

	- Headline: [bugfix] Fix as_string() once again.

	- Nodes: Allow setting parent and children in parent() and chilren().

	- Headline: add headline_as_string().


0.003   2020-02-06  Released-By: PERLANCAR; Urgency: medium

	- [internal] Use '_str' instead of 'raw' key to store raw string, to be
	  more compatible with Org::Parser.

	- [bugfix] Fix nodes' as_string() methods.

        - Headline: allow setting level, title, is_todo, is_done, todo_state,
	  tags.

	- Add children_as_string() node method.


0.002   2020-02-05  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

	- [doc] Update example in Synopsis, show usage with
	  Tree::FSMethods::Org.


0.001   2019-12-30  Released-By: PERLANCAR

        - First, early release.