Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidt committed Apr 18, 2024
1 parent 0d450e5 commit 5c9ee24
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
History
=======

3.1.0
=====

* Fixed concatenation to update relative sourceMappingURL paths (#808). This
was effectively breaking pipeline usage on Django 4+.
* Fixed the django-pipeline-error box that gets injected into HTML pages to
hard-code a text color in addition to a background color. This ensures that
the text is readable, even on pages that are rendered with light text colors.
* Added filtering for the django-pipeline-error box to remove ANSI color codes,
which are included by some tools.

3.0.0
=====

Expand Down

0 comments on commit 5c9ee24

Please sign in to comment.