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)