From 92e7a85855cb9d6faf9a12decaa2e9fef3d7a874 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Thu, 16 Apr 2015 10:31:30 +0200 Subject: [PATCH] Removed links to contributot profiles. --- docs/changelog.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index d127636..07864df 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -6,33 +6,33 @@ v1.5 (03/27/2015) `Full Changelog `_ -- Fix compress command and run automated tests for Django 1.8 (`carltongibson `_) +- Fix compress command and run automated tests for Django 1.8 -- Fix Django 1.8 warnings (`sdfsdhgjkbmnmxc `_) +- Fix Django 1.8 warnings -- Handle TypeError from import_module (`blueyed `_) +- Handle TypeError from import_module -- Fix reading UTF-8 files which have BOM (`JereMalinen `_) +- Fix reading UTF-8 files which have BOM -- Fix incompatibility with Windows (shell_quote is not supported) (`thenewguy `_) +- Fix incompatibility with Windows (shell_quote is not supported) -- Run automated tests on Django 1.7 (`frewsxcv `_) +- Run automated tests on Django 1.7 -- Ignore non-existent {{ block.super }} in offline compression instead of raising AttributeError (`cbjadwani `_) +- Ignore non-existent {{ block.super }} in offline compression instead of raising AttributeError -- Support for clean-css (`vovanbo `_) +- Support for clean-css -- Fix link markup (`@merwok `_) +- Fix link markup -- Add support for COMPRESS_CSS_HASHING_METHOD = None (`diox `_) +- Add support for COMPRESS_CSS_HASHING_METHOD = None -- Remove compatibility with old 'staticfiles' app (`diox `_) +- Remove compatibility with old 'staticfiles' app -- In compress command, use get_template() instead of opening template files manually, fixing compatibility issues with custom template loaders (`diox `_) +- In compress command, use get_template() instead of opening template files manually, fixing compatibility issues with custom template loaders -- Fix FilterBase so that does not override self.type for subclasses if filter_type is not specified at init (`iknite `_) +- Fix FilterBase so that does not override self.type for subclasses if filter_type is not specified at init -- Remove unnecessary filename and existence checks in CssAbsoluteFilter (`agriffis `_) +- Remove unnecessary filename and existence checks in CssAbsoluteFilter v1.4 (06/20/2014)