zxing/android/assets/html-en/whatsnew.html
srowen@gmail.com 4e0a75346d Preliminary release changes for 4.3.2
git-svn-id: https://zxing.googlecode.com/svn/trunk@2602 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-03-31 17:44:56 +00:00

17 lines
380 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8"/>
<title>What's new in Barcode Scanner</title>
<link rel="stylesheet" href="../style.css" type="text/css"/>
</head>
<body>
<p>New in version 4.3.2:</p>
<ul>
<li>Many small bug fixes and improvements</li>
<li>Scan inverted white-on-black barcodes</li>
<li>Enabled the RSS Expanded barcode format</li>
</ul>
</body>
</html>