Updated web page with version information.
1 files changed, 15 insertions(+), 0 deletions(-)

M jasm/website/site/index.html
M jasm/website/site/index.html +15 -0
@@ 139,6 139,21 @@ 
 				<h1>Version History</h1>
 				<ul>
 					<li>
+						1.32
+						<ul>
+							<li>JSON import function.</li>
+							<li>Break statement for loops.</li>
+							<li>Optional argument to the BRK instruction.</li>
+							<li>Arithmetic shift right operator.</li>
+							<li>Shifts supports negative values.</li>
+							<li>Assignment add for strings.</li>
+							<li>Loop over characters in a string using range for.</li>
+							<li>min() and max() functions can take a list argument.</li>
+							<li>Fix for a bug that accepted null characters in include files.</li>
+							<li>"petscii" conversion format has been replaced with "pet", "pet2001", "vic20", "c16", "plus4", "c64" and "c128".</li>
+						</ul>
+					</li>
+					<li>
 						1.31
 						<ul>
 							<li>Fixed a serious bug where 16 bit branches in 65ce02 and 45gs02 jumped to the wrong address.</li>