mirror of
https://github.com/zxing/zxing.git
synced 2024-11-13 06:24:06 -08:00
4c01e8897d
git-svn-id: https://zxing.googlecode.com/svn/trunk@1583 59b500cc-1b3d-0410-9834-0bbf25fbcc57
15 lines
300 B
HTML
15 lines
300 B
HTML
<html>
|
|
<head>
|
|
<title>What's new in this version</title>
|
|
<link rel="stylesheet" href="style.css" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<p><b>New in version 3.5:</b></p>
|
|
<ul>
|
|
<li>Added DataMatrix barcode reading.</li>
|
|
<li>Added Turkish translation.</li>
|
|
<li>Many bug fixes.</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|