2011.002_26  Sat Feb 26 2011
! lib/Unicode/LineBreak/Constants.pm
  - ``LEFT_'' and ``RIGHT_'' are inappropriate on right-to-left contexts.
    Use ``BACKWORD_'' and ``FORWARD_'' instead.
! lib/Unicode/LineBreak.pm
  - Moved codes for custom property maps to XS.
  - Chg: TailorEA & TailorLB options are obsoleted. Use EAWidth & LBClass
    options instead.
! LineBreak.xs
  - Removed _loadmap(): use linebreak_update_*().
  - Removed _propvals(): Added EAWidths() and LBClasses() to get prop. vals.
  - Fix: Stash (instance of hashref) was not allocated at construction time.
  - Most of conversions between C and Perl are moved to typemap.
! typemap
  - Added typemap for linebreak_t *, gcstring_t *, unistr_t *, generic string
    etc.
! t/03ns.t
  - Added tests for obsoleted TailorLB option.
! t/06context.t
  - Added tests for obsoleted TailorEA option.
! Makefile.PL
  - Requires sombok >= 2011.2beta1.

2011.002_19  Sat Feb 19 2011
	* Update ppport.h to 3.19.
	* Most of config() codes are moved to XS.
	* Cleanup handling of REGEXP in XS.

2011.002_11  Fri Feb 11 2011
	* Imp: regex matching are moved to XS.
	* Chg: instead of UserBreaking option, use Prep option.
	* Requires Sombok >= 2011.1RC.

2011.01  Thu Jan 20 2011
	* New major release.
	* Requires Sombok >= 2011.0.

Important Changes beside Unicode-LineBreak-1.x:

	* 1.x had memory leaks & potantial buffer overrun vulnerabilities.
	  Switching to release 20XX is strongly recommended.
	* Major changes of public interface:
	  - Format callback name "DEFAULT" was deprecated. Use "SIMPLE".
	  - SizingMethod callback name "DEFAULT" was deprecated. Use "UAX11".
	  - SizingMethod callback with extra 6th argument was deprecated.
	  - UrgentBreaking callback name "NONBREAK" was deprecated. Use undef.
	  - UrgentBreaking callback MUST take two arguments, NOT five.
	  - In array context, break() and break_partial() return an array
	    of lines.
	* Linebreak library package was renamed to Sombok.

About change history until release 1.x see Changes.REL1 file.

	Local Variables:
	mode: change-log
	change-log-default-name: "Changes"
	tab-width: 2
	left-margin: 2
	End:
