0.044   2024-07-17  Released-By: PERLANCAR; Urgency: low
        - No functional changes.
        - [dist] Edit Changes (replace Backward-Compatible: no with
          Backward-Incompatible: yes).
0.043   2020-02-12  Released-By: PERLANCAR; Urgency: medium
	- Add rel_path(), normalize_and_split_path().
	- [doc] Show example of split_path() splitting on multiple /'s.
0.042   2020-02-07  Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes
	[Incompatible changes]
        - Rename concat_path_n to concat_and_normalize_path for clarity.
        - abs_path, normalize_path, & concat_and_normalize_path now always
	  return string independent of context (we want to avoid
	  context-sensitive return in general).
0.041   2020-02-05  Released-By: PERLANCAR; Urgency: low
	- No functional changes.
	- [doc] Tweak/format Synopsis.
0.040   2020-02-05  Released-By: PERLANCAR; Urgency: low
	- No functional changes.
	- [doc] Note more prominently that concat_path_n and abs_path can
	  return path elements in list context.
0.03    2014-09-19  Released-By: PERLANCAR
	- [Potentially incompatible change] Return list on list context for
	  normalize_path, concat_path_n, abs_path.
0.02    2012-11-05  Released-By: SHARYANTO
        - concat_path{,_n} can accept more than two paths.
0.01    2012-11-05  Released-By: SHARYANTO
        - First release.