diff options
author | Chris Smith <toonarmy@phpbb.com> | 2008-09-02 12:12:30 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2008-09-02 12:12:30 +0000 |
commit | 9b494dbcacd662510d935545357ee7f58e76dce6 (patch) | |
tree | 1925c01666fd192f02b4719fed4febde8f01c4aa /phpBB/docs | |
parent | 46dac33b82198ee459ccdfb7bb5514a7d480bb05 (diff) | |
download | forums-9b494dbcacd662510d935545357ee7f58e76dce6.tar forums-9b494dbcacd662510d935545357ee7f58e76dce6.tar.gz forums-9b494dbcacd662510d935545357ee7f58e76dce6.tar.bz2 forums-9b494dbcacd662510d935545357ee7f58e76dce6.tar.xz forums-9b494dbcacd662510d935545357ee7f58e76dce6.zip |
Allow setting birth year to current year
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8807 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index b63512889d..6851a09041 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -107,6 +107,7 @@ <li>[Feature] Ability to define nullar/singular/plural language entries</li> <li>[Feature] Ability to mimic sprintf() calls with $user->lang() with the ability to correctly assign nullar/singular/plural language entries</li> <li>[Feature] Added the possibility to force user posts put in queue if post count is lower than an admin defined value. Guest posting is not affected by this setting.</li> + <li>[Change] Allow setting birth year to current year.</li> </ul> @@ -708,4 +709,4 @@ </div> </body> -</html>
\ No newline at end of file +</html> |