Bump version and update Changes 5999.000_012
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 13 Dec 2014 16:20:17 +0000 (18:20 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 13 Dec 2014 16:20:17 +0000 (18:20 +0200)
Changes
README
lib/Gruntmaster/Data.pm

diff --git a/Changes b/Changes
index 8bee94c009746d72eae4f1b4654bb953dcb25121..d9c0dee670d43093a4452cc1d7435c1517808392 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for Perl extension Gruntmaster::Data.
 
+5999.000_012 2014-12-13T18:20+02:00
+ - Add solution to pb_entry
+ - Add {problem,contest}_status tables and a method that updates them
+ - Improve performance of standings, move it to Result/Contest.pm
+ - Add many new keys to us_entry
+ - Remove support for archive standings
+
 5999.000_011 2014-12-07T00:55+02:00
  - Make problem value NOT NULL
  - Add contest_start and contest_stop to pb_entry
diff --git a/README b/README
index ada351912fdb12960da02c5ab4458f848497e05c..e4afc215b6fd7d1617364283f3367d9dfe9d781b 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Gruntmaster-Data version 5999.000_011
+Gruntmaster-Data version 5999.000_012
 =====================================
 
 This distribution contains:
index 627fb8b26796ae2047ed813f114f6e0989def420..c46a358964777ec70df4fbfdb0a2b129b104de7d 100644 (file)
@@ -15,7 +15,7 @@ __PACKAGE__->load_namespaces;
 # Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-03-05 13:11:39
 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:dAEmtAexvUaNXLgYz2rNEg
 
-our $VERSION = '5999.000_011';
+our $VERSION = '5999.000_012';
 
 use Lingua::EN::Inflect qw/PL_N/;
 use JSON::MaybeXS qw/decode_json/;
This page took 0.012618 seconds and 4 git commands to generate.