11.03	2019-03-03
2
3	Other
4	* Use Class::Accessor instead of Class::XSAccessor to remove
5	  dependencies from XS modules.
6
71.02	2015-12-28
8	Other
9	* Add link to git repository
10
111.01	2015-04-18
12
13	Bug Fixes
14	* RT #87173: Fails with Iterator::Simple::Lookahead 0.03
15
161.00	2013-07-26
17	Feature Changes
18	* Asm::Preproc::Stream removed, use Iterator::Simple::Lookahead instead
19
200.08	2013-07-23
21	Bug Fixes
22	* Revert to 0.06 - changes impacted CPU::Z80::Assembler.
23
240.07	2013-07-16
25	New Features
26	* Parse different eol combinations in input file (\r, \n, \r\n, \n\r) and
27	  convert all to \n. Read files in binary mode in chunks of 8K.
28	* Add option to do or not line continuation on lines ended with \\.
29	* Add option to define %include statement format.
30	* Add option to define %line statement format.
31	* Add option to define preprocessor lines to be ignored.
32
33	Other
34	* Asm::Preproc::Stream - Deprecated, use Iterator::Simple::Lookahead instead
35
360.06	2010-10-15
37	Bug Fixes
38	* Solved problem with test scripts:
39	  done_testing() requires Test::More 0.96
40
410.05	2010-10-12
42	Bug Fixes
43	* Solved problem with test scripts:
44	  Bareword "done_testing" not allowed while "strict subs" in use
45
460.04	2010-09-30
47	New Features
48	* Add tokenizer Asm::Preproc::Lexer
49
50	Other
51	* Use Class::XSAccessor::Array for objects
52	* Asm::Preproc::Stream is simpler and faster
53
540.03	2010-09-21
55	Bug Fixes
56	* Perl 5.6 can only declare one constant at a time; replace
57	    use constant { A => 1, B => 2, ...}
58	  by
59	    use constant A => 1; use constant B => 2; ...
60
610.02	2010-09-10
62	Bug Fixes
63	* Tests failed: missing dependencies in Makefile.PL
64
65	Other
66	* Add acknowledgement to HOP::Stream
67
680.01	2010-09-10
69	Other
70	* First version, based on CPU::Z80::Assembler::Preprocessor.
71	* Made an independent module because it is not specific to the
72	  Z80 assembly language.
73