forked from makinacorpus/django-templatetag-handlebars
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES
More file actions
43 lines (24 loc) · 623 Bytes
/
CHANGES
File metadata and controls
43 lines (24 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
=========
CHANGELOG
=========
1.3.2 (unreleased)
==================
- Nothing changed yet.
1.3.1 (2016-01-04)
==================
* Add Python3 compatibility (thanks Tadas Dailyda)
1.3.0 (2015-05-26)
==================
* Add Django 1.8 compatibility (thanks @markvl)
1.2.0 (2012-05-30)
==================
* Add compatibility with Ember.js with a setting (default False). See README.rst.
1.1.0 (2012-03-26)
==================
* Remove dependency to template Egg loader using template tag
1.0.1 (2012-03-16)
==================
* Fix packaging
1.0.0 (2012-03-16)
==================
* Initial working version