diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-17 08:14:56 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-17 08:14:56 +0000 |
commit | 0b0c9544a33b8daee65b8173f2895d43a34c7e69 (patch) | |
tree | 05e7413078688f140cf4993ed12feb4e3e0a72bc /phpBB/docs | |
parent | 6b5d195a980145011800125f44466ab4823654f2 (diff) | |
download | forums-0b0c9544a33b8daee65b8173f2895d43a34c7e69.tar forums-0b0c9544a33b8daee65b8173f2895d43a34c7e69.tar.gz forums-0b0c9544a33b8daee65b8173f2895d43a34c7e69.tar.bz2 forums-0b0c9544a33b8daee65b8173f2895d43a34c7e69.tar.xz forums-0b0c9544a33b8daee65b8173f2895d43a34c7e69.zip |
found a much better method to skip whitespace/tab changes. :)
This also solves even more unncessary conflicts - Bug #51365
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10157 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 6d34d05f27..f79c7c7a9b 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -243,7 +243,7 @@ <li>[Change] Do not take edit post time into account for determining permission to delete last post in topic. (Bug #48615)</li> <li>[Change] Resize oversized Topic icons (Bug #44415)</li> <li>[Change] Banned IPs are now sorted (Bug #43045 - Patch by DavidIQ)</li> - <li>[Change] phpBB updater now skips sole whitespace changes. This reduces the chance of conflicts tremendously.</li> + <li>[Change] phpBB updater now skips sole whitespace/tab changes while computing differences. This reduces the chance of conflicts tremendously.</li> <li>[Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)</li> <li>[Feature] Backported 3.2 captcha plugins. <ul> |