Skip to content

Commit

Permalink
Convert CHANGELOG to rst format #47
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Esser <sesser@nexb.com>
  • Loading branch information
steven-esser committed Nov 21, 2019
1 parent 8e955d4 commit be23b92
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 29 deletions.
29 changes: 0 additions & 29 deletions CHANGELOG

This file was deleted.

41 changes: 41 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
Changelog
=========
All notable changes to this project will be documented in this file.

The format is based on `Keep a
Changelog <https://keepachangelog.com/en/1.0.0/>`__

[Unreleased]
------------

[1.2] - 2019-11-14
------------------
Added
~~~~~
- Add ability to render WITH expression wrapped in parenthesis

Fixes
~~~~~
- Fix anomalous backslashes in strings

Changed
~~~~~~~
- Update the thirdparty directory structure.

[1.0] - 2019-10-16
------------------
Added
~~~~~
- New version of boolean.py library
- Add ability to leave license expressions unsorted when simplifying

Changed
~~~~~~~
- updated travis CI settings

[0.999] - 2019-04-29
--------------------
- Initial release
- license-expression is small utility library to parse, compare and
simplify and normalize license expressions.

0 comments on commit be23b92

Please sign in to comment.