# Revision history for Perl module Unicode::Util
---
version: 0.06
date: 2012-04-15
changes:
- Deprecated code_chop as it's easy to do using core syntax and this module
will only implement grapheme cluster functions going forward, except for
code_length and byte_length
- Improved documentation
---
version: 0.05
date: 2012-03-04
changes:
- Added additional argument to code_length and byte_length to optionally
specify the normalization form
---
version: 0.04
date: 2012-02-24
changes:
- Added optional second argument to byte_length to specify the encoding,
with the default remaining UTF-8
---
version: 0.03
date: 2012-01-18
changes:
- Added graph_reverse
- Removed side-effects from graph_chop and code_chop,
unlike the build-in chop
---
version: 0.02
date: 2012-01-17
changes:
- Added graph_chop and code_chop
---
version: 0.01
date: 2012-01-17
changes:
- First release
- Includes graph_length, code_length, and byte_length