From 589e0f5026ab5e833e25110a5db7dfdece44b7d7 Mon Sep 17 00:00:00 2001 From: Synox Date: Tue, 9 Jan 2018 20:56:59 +0100 Subject: [PATCH] fix #21: multi domain support --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de660cf..2167c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project does not adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +- Rewrote to use mostly pure php. Only use javascript where required. +- Added multiple domain support (https://github.com/synox/disposable-mailbox/issues/21) +- Blacklist some usernames (https://github.com/synox/disposable-mailbox/issues/27) + ## [0.1.4] - 2017-04-15 ### Changed