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