[Happydoc-checkins] CVS: HappyDoc CHANGES.txt,1.28,1.29
Brought to you by:
doughellmann,
krlosaqp
From: Doug H. <dou...@us...> - 2002-02-10 13:24:55
|
Update of /cvsroot/happydoc/HappyDoc In directory usw-pr-cvs1:/tmp/cvs-serv9438 Modified Files: CHANGES.txt Log Message: Added comments about resolved bugs. Index: CHANGES.txt =================================================================== RCS file: /cvsroot/happydoc/HappyDoc/CHANGES.txt,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** CHANGES.txt 5 Feb 2002 12:24:45 -0000 1.28 --- CHANGES.txt 10 Feb 2002 13:24:52 -0000 1.29 *************** *** 1,4 **** --- 1,20 ---- HappyDoc Change History + Version 2.0.2 -- + + - **New Features** + + - **Bug Fixes** + + - Resolved defect #510447, a problem with escaping special + characters in HTML output. Text enclosed in single quotes + is now not escaped in output so that HTML text can be + passed directly to the output file. + + - + + - **Other Changes** + + Version 2.0.1 -- *************** *** 47,50 **** --- 63,69 ---- - **Bug Fixes** + + - Resolved bug #478659 so that import statements with comments + following on the same line are picked up. - Fixed a problem with the HTMLTable formatter that caused pages |