Bump version number and update Changes 5999.000_002
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 28 Feb 2014 16:07:23 +0000 (18:07 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 28 Feb 2014 16:07:23 +0000 (18:07 +0200)
Changes
lib/Gruntmaster/Data.pm

diff --git a/Changes b/Changes
index bc781f25caf7060bcadc395b19a7c17441840cab..2dd268e3cee4db3453c628dba9e016feec8dbf98 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension Gruntmaster::Data.
 
+5999.000_002 2014-02-28T18:07
+ - Move most problem attributes outside problem_meta
+ - Add the HGETALL Redis command
+ - Add functions for getting/setting the last submit time of a user.
+
 5999.000_001 2014-02-02T01:01
  - Initial release
 
index e3d0947db43e5f9244ae94eed08917f1b840fd2d..da9d944c5e8c5e799f34ec140d75dc61118748bb 100644 (file)
@@ -7,7 +7,7 @@ use JSON qw/encode_json decode_json/;
 use Redis;
 use Sub::Name qw/subname/;
 
-our $VERSION = '5999.000_001';
+our $VERSION = '5999.000_002';
 
 our $contest;
 my $redis = Redis->new;
This page took 0.012052 seconds and 4 git commands to generate.