Skip to content

Commit 8e955d4

Browse files
committed
Add CHANGELOG #47
Signed-off-by: Steven Esser <[email protected]>
1 parent 0edacd7 commit 8e955d4

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG

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

0 commit comments

Comments
 (0)