When upgrading from 0.12.1 to 0.13.0rc1, bitcoin-qt continues to use a db cache of 100 MB although the release notes lead me to expect that it should be set to 300 MB:

Steps to reproduce
Platform: Debian 8 guest on Xen (QubesOS) host; uname: Linux debian-8-dvm 4.1.13-9.pvops.qubes.x86_64 [#1](/bitcoin-bitcoin/1/) SMP Thu Feb 11 15:46:02 UTC 2016 x86_64 GNU/Linux
- On a fresh Debian 8 install
- Download https://bitcoin.org/bin/bitcoin-core-0.12.1/bitcoin-0.12.1-linux64.tar.gz
- Untar and run
bitcoin-0.12.1/bin/bitcoin-qt -maxconnections=0 - Open settings screen; note that db cache set to 100 MB (as expected for 0.12.1)
- Close 0.12.1
- Download https://bitcoin.org/bin/bitcoin-core-0.13.0/test.rc1/bitcoin-0.13.0rc1-x86_64-linux-gnu.tar.gz
- Untar and run
bitcoin-0.13.0/bin/bitcoin-qt -maxconnections=0 - Open settings screen; note that db cache still set to 100 MB (see screenshot above)
Expected behavior
Since I never changed any settings in 0.12.1 away from their defaults, I'd expect them to be upgraded to the new defaults.
Notes
I suppose there's a case to be made for not automatically changing any setting specified in the configuration dialog once the user has seen it. If that's the intended behavior, then please feel free to close this issue (and accept my apologies for taking up your time).