diff CHANGES.txt @ 5067:e424987d294a

Add support for an integer type to join the existing number type. Commit patch supplied for issue2550886. This can be used for properties used for ordering, counts etc. where a decimal point isn't needed. Developed by Anthony (antmail). Doc updates written by John Rouillard.
author John Rouillard <rouilj@ieee.org>
date Sun, 05 Jun 2016 00:17:26 -0400
parents 47ab150b7325
children 5b2ce5723abb
line wrap: on
line diff
--- a/CHANGES.txt	Tue May 31 09:16:09 2016 +0200
+++ b/CHANGES.txt	Sun Jun 05 00:17:26 2016 -0400
@@ -28,6 +28,11 @@
 - Allow multiple file uploads: If the html template specifies
   multiple="multiple" for a file upload the user can attach multiple
   files and the form parser now handles this. (Ralf Schlatterbeck)
+- issue2550886: Add support for an integer type to join the existing
+  number type. This can be used for properties used for ordering,
+  counts etc. where a decimal point isn't needed. Developed by
+  Anthony (antmail). Doc updates written by John Rouillard. (applied
+  by John Rouillard)
 
 Fixed:
 

Roundup Issue Tracker: http://roundup-tracker.org/