utf8proc
diff Changelog @ 6:d04d3a9b486e
Version 1.0.3
- Fixed a bug in the ruby library, which caused an error, when splitting an empty string at grapheme cluster boundaries (method String#utf8chars).
- Fixed a bug in the ruby library, which caused an error, when splitting an empty string at grapheme cluster boundaries (method String#utf8chars).
author | jbe |
---|---|
date | Fri Mar 16 12:00:00 2007 +0100 (2007-03-16) |
parents | c18366878af9 |
children | fcfd8c836c64 |
line diff
1.1 --- a/Changelog Tue Dec 26 12:00:00 2006 +0100 1.2 +++ b/Changelog Fri Mar 16 12:00:00 2007 +0100 1.3 @@ -53,3 +53,10 @@ 1.4 - added support for PostgreSQL version 8.2 1.5 1.6 Release of version 1.0.2 1.7 + 1.8 +2007-03-16: 1.9 +- Fixed a bug in the ruby library, which caused an error, when splitting an 1.10 + empty string at grapheme cluster boundaries (method String#utf8chars). 1.11 + 1.12 +Release of version 1.0.3 1.13 +