I upgraded to version 1.62, build 20080206 today and have noticed a strange issue.
A little background:
I normally link to my CSS files via the stylesheet global variable.
<link rel="stylesheet" type="text/css" media="screen" href="{stylesheet=weblog/weblog_css}" />I also save the css template as a file, download them and edit them locally.
The issue:
When I upload the edited file back to the site via FTP the changes to the css template are not recognized. (i.e. Refresh the browser and the old style sheet is still being called.) However, if I open the modified css file via the control panel the changes are then recognized and then take effect.
To get around the problem I removed the stylesheet template and just saved my CSS file as an external file. Not a big issue just a little weird.