From 398dd2fc396ef0eb6501f947da01a35d09a299ca Mon Sep 17 00:00:00 2001 From: Rafael Casado Sanchez Date: Thu, 21 Nov 2013 11:03:43 +0100 Subject: [PATCH] Updated release notes (v2.5.3) --- NEWS.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/NEWS.md b/NEWS.md index f0c1effa98a1..7e9463a05a23 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,31 @@ +2.5.3 +----- +* Improvements + * Start storing the api_key in the database. + * Created a rake task that copies the api_key from redis to PSQL. + * Improved sprite compilation time + CSS rendering + * Created a notification model. + * Re-enable save_metadata during user after_save. + +* Fixed Bugs + * GMaps attribution is above Legend when it is applied. + * Date filters depend on the system timezone. + * Query box: field suggestion menu goes out of the canvas. + * Deactivate by default layer-selector when visualization has only one layer. + * Deactivate by default legend when none of the layers has a legend applied. + * Drop type guess based on column names. + * When trying to import a file and being overquota it reports an unknown error. + * Geocoding error on tables with cartodb_georef_status column. + * Infowindow variables are changed after renaming the table. + * HTTP is not added on basemap wms. + * Error saving a cell that contains a date. + * Views: dashboard: vizs: long description overflows. + * Change text in filters' tooltip. + * Pass encoding and shape_encoding as separate options to ogr2ogr. + * Provide a missing 'down' step for some migrations. + * Problem applying a polygon-patter-file from simple wizard and changing any value inside CartoCSS editor. + * [regression] All importable files in a zip file should be imported. + 2.5.2 ----- * Improvements