projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
652ab95
)
Add missing CHANGELOG entries for bulk processing
author
Matthias Schmidt
<gravatronics@live.com>
Wed, 24 Jun 2015 06:13:19 +0000
(08:13 +0200)
committer
Matthias Schmidt
<gravatronics@live.com>
Wed, 24 Jun 2015 06:13:19 +0000
(08:13 +0200)
CHANGELOG.md
patch
|
blob
|
blame
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index 4a8e23eba7d95b06ec413ae68401f9e402bd69fb..087fe64e10d32f86a96605660ec1b2bc510bfb8a 100644
(file)
--- a/
CHANGELOG.md
+++ b/
CHANGELOG.md
@@
-23,3
+23,5
@@
* Background queue (`wcf\system\background\*`) added.
* Rewritten email system (`wcf\system\email\*`) added.
* Old email system (`wcf\system\mail\*`) deprecated.
+* Abstract bulk processing system added.
+* Replaced old user bulk processing with new implementation using the abstract bulk processing system.