> --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,12 @@ > +2018-07-20 Armin Hasitzka <[email protected]> > + > + Move the legacy fuzz target to the `freetype-testing' repository: > + it can now be found at https://github.com/freetype/freetype2-testing \ > + /tree/master/fuzzing/src/legacy > + > + * src/tools/ftfuzzer: Remove this folder and its contents from the > + repository. > +
Your change looks good, thanks. Please proceed, with two minor nits: Make the first line a complete sentence, followed by an empty line, and don't break URLs in the ChangeLog. For example, you could do 2018-07-20 Armin Hasitzka <[email protected]> Move the legacy fuzz target to the `freetype-testing' repository. It can now be found at https://github.com/freetype/freetype2-testing/tree/master/fuzzing/src/legacy ... Werner _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
