From 24a9c9d90bf76a97f9502924f0ad757093bca78b Mon Sep 17 00:00:00 2001 From: Martin Cech Date: Wed, 27 Jul 2016 12:07:25 -0400 Subject: [PATCH] add changelog after domain level conversion --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8b3c80c..950edc1 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,7 @@ Use `$ comm -23 new_file.conf whitelist.conf > disposable_email_blacklist.conf` to add contents of another file in the same format (only second level domains on new line without @). It also converts uppercase to lowercase, sorts, removes duplicates and removes whitelisted domains. + +Changelog +============ +7/27/16 - Converted all domains to the second level. This means that starting from [this commit](https://github.com/martenson/disposable-email-domains/commit/61ae67aacdab0b19098de2e13069d7c35b74017a) the implementers should take care of matching the second level domain names properly i.e. `@xxx.yyy.zzz` should match `yyy.zzz` in blacklist more info in [#46](https://github.com/martenson/disposable-email-domains/issues/46)