summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 6a806c8b3ada1f2b1ec043af5db0c1720b0af776 (plain)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
## 0.1.1

Enhancement:

  - Added option to save word order
  - Removed 2to3 dependency
  - Added more tests

## 0.1.0

Enhancement:

  - Added more test
  - Added test for python 3.4

## 0.0.9

Enhancement:

  - Enable console_scripts


## 0.0.8

Enhancement:

  - Move logic out of __init__.py
  - Added console_scripts (@ekamil)
  - Updated pep8.sh
  - Added pypy support


## 0.0.7

Enhancement:

  - Handle encoding in setup file
  - Update ReadME, ChangeLog, License files


## 0.0.6

Enhancement:

  - Update for smart_truncate


## 0.0.5

Features:

  - Added Python 3.2 and 3.3 support (work by: arthurdarcet@github)


## 0.0.4

Features:

  - Added option to choose non-dash separators (request by: danilodimoia@github)


## 0.0.3

Features:

  - Added the ability to truncate slugs (request by: juanriaza@github)


## 0.0.2

Enhancement:

  - A