From 8ff6a99b396f844bbd588eeaf1fce8a74b49daa1 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 15 Feb 2015 19:41:40 -0800 Subject: [PATCH] CHANGELOG fixes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac4c4018b..2f6fbd500 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2444,6 +2444,7 @@ Remove /v/ from stable Foolz archive. **Zixaphir**: - Fix file info bug. + **ccd0**: - Fix memory issue. @@ -2501,8 +2502,10 @@ Remove /v/ from stable Foolz archive. - Fix captcha submission:
Captchas were reloaded the instant a post was submitted to 4chan. Unfortunately, a recent change to reCAPTCHA made it so reloading captchas invalidates the ones that loaded but not yet used. This is now fixed by only unloading the captcha, and only load new ones after the post is submitted.
This also kills captcha caching, so the feature was removed. + **duckness**: - Merge changes from Mayhem fork + **ccd0**: - Embedding for direct video links - Merge changes from Mayhem fork