1# Change Log 2# All notable changes to this project will be documented in this file. 3# This project adheres to [Semantic Versioning](http://semver.org/). 4 5## [0.1.0] UNRELEASED 6### Init 7- Initial development. 8### Changed 9- Create a database of forbidden licenses to make matching just forbidden 10 licenses quicker. 11- Remove non-words from the license texts. It makes the matching more precise. 12 This subsumes what the "remove common prefix" and a few other passes did. 13- Remove the "lattice" structure in favor of a simpler and smaller list of 14 substrings. This gives us a tremendous speed increase of up to 2x. 15