diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c455b..993581c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,24 @@ (all changes without author notice are by [@rurseekatze](https://github.com/rurseekatze) -## 0.3 (11.06.2014) +## 0.3 (18.08.2014) + * Various minor bugfixes that caused uncaughtExceptions and restart of processes + * Avoid cutted icons at tile bounds by extending the requested bbox by some pixels + * Added missing event emitter for faster rendering of tiles in the queue + * Added MapCSS parameter to ignore layer tag + * Added support for MapCSS concat method to KothicJS + * Async isExpired() method + * Fixed problems with initial rendering script [#3](https://github.com/rurseekatze/node-tileserver/issues/3) + * More performant loading of icons + * Improved performance of database queries + * Correct process exit + * Moved hardcoded tag filters to configuration + * Included modified copy of KothicJS, removed patches + * Closed memory leaks * Refactoring * Code cleanup - * Minor bugfixes + * Better documentation ## 0.2 (16.02.2014)