1[Changes for 1.50 - 2011-01-08]
2
3* LICENSING CHANGE: This compilation and all individual files in it
4  are now under the nullary CC0 1.0 Universal terms:
5
6  To the extent possible under law, 唐鳳 has waived all copyright and
7  related or neighboring rights to Term-ANSIScreen.
8
9* Fix an uninitialized warning during "make test".
10
11* Documentation change: Add missing "white" and "cyan" functions, and
12  reorder the color listing with a more logical arrangement.
13
14  Contributed by: Meir Guttman
15
16[Changes for 1.42 - 2004-03-22]
17
18* Two new :screen commands, "clup" and "cldown", contributed
19  by Benno Puetz.
20
21[Changes for 1.41 - 2004-02-20]
22
23* Added tests equivalant of Term::ANSIColor 1.08.
24
25* Avoid warnings during DESTROY and tests.
26
27[Changes for 1.40 - 2002-10-02]
28
29* Added functions equivalant of Term::ANSIColor 1.04.
30
31* $ENV{ANSI_COLOR_DISABLED} and uncolor() are supported.
32
33* Added setscroll(), contributed by Cory Johns.
34
35* Exceptions are now handled by croak() instead of die().
36
37* Documented the Win32::Console emulation mode.
38  It now does not take a ($flag) anymore -- on Win32 it will
39  always spawn a Win32::Console object instead and the
40  constructor arguments are passed to that module verbatim.
41
42* Numerous test fixes.
43
44[Changes for 1.30 - 2002-08-14]
45
46* Massive style changes.  No functional difference.
47
48[Changes for 1.20 - 2001-02-01]
49
50* Added the functionality to double as Win32::Console
51  object; simply pass a Term::ANSIScreen->new($flag)
52  to create it. If $flag is true and the OS is Win32,
53  it will spawn an Win32::Console object instead.
54
55[Changes for 1.00 - 2001-01-11]
56
57* The Initial release of version 1.00.
58