Skip to content

Commit be23b92

Browse files
committed
Convert CHANGELOG to rst format #47
Signed-off-by: Steven Esser <[email protected]>
1 parent 8e955d4 commit be23b92

File tree

2 files changed

+41
-29
lines changed

2 files changed

+41
-29
lines changed

CHANGELOG

Lines changed: 0 additions & 29 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
Changelog
2+
=========
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on `Keep a
6+
Changelog <https://keepachangelog.com/en/1.0.0/>`__
7+
8+
[Unreleased]
9+
------------
10+
11+
[1.2] - 2019-11-14
12+
------------------
13+
Added
14+
~~~~~
15+
- Add ability to render WITH expression wrapped in parenthesis
16+
17+
Fixes
18+
~~~~~
19+
- Fix anomalous backslashes in strings
20+
21+
Changed
22+
~~~~~~~
23+
- Update the thirdparty directory structure.
24+
25+
[1.0] - 2019-10-16
26+
------------------
27+
Added
28+
~~~~~
29+
- New version of boolean.py library
30+
- Add ability to leave license expressions unsorted when simplifying
31+
32+
Changed
33+
~~~~~~~
34+
- updated travis CI settings
35+
36+
[0.999] - 2019-04-29
37+
--------------------
38+
- Initial release
39+
- license-expression is small utility library to parse, compare and
40+
simplify and normalize license expressions.
41+

0 commit comments

Comments
 (0)