Skip to content

Commit edb5282

Browse files
committed
Update CHANGELOG
1 parent 7c9d27a commit edb5282

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.3.0] - 2020-11-02
4+
5+
We have a new documentation website! Check out [torchbox.github.io/django-pattern-library](https://torchbox.github.io/django-pattern-library/).
46

57
### Added
6-
- Support for Django 3.1
8+
9+
- This package now supports Django 3.1, and has tentative support for Django 3.2
10+
- Implement optional default for [override_tag](https://torchbox.github.io/django-pattern-library/reference/api/#override_tag) ([#125](https://github.com/torchbox/django-pattern-library/issues/125))
11+
- A new `render_patterns` command makes it possible to export the pattern library templates for automated tests or static hosting ([#16](https://github.com/torchbox/django-pattern-library/issues/16), [#17](https://github.com/torchbox/django-pattern-library/issues/17))
712

813
### Removed
9-
- Support for Django 1.11
10-
- Support for Django 2.0
11-
- Support for Django 2.1
14+
15+
- We no longer support Django 1.11, 2.0, 2.1
1216
- The project no longer includes polyfills for all ES6 features, and only supports modern browsers.
1317

1418
### Fixed

0 commit comments

Comments
 (0)