# 3.0.1-rc3 # ## Overview ## 3.0.1 RC3 fixes a regression introduced in 3.0.1 RC2 with regards to HTML in the GridField (most obvious in the page listview), and updates the yaml translation files. ## Upgrading ## There should be no changes required to upgrade from 3.0.0, 3.0.1-rc1 or 3.0.1-rc2 See [3.0.0](/changelogs/3.0.0) for previous details. ## Changelog ## ### Bugfixes * 2012-07-28 [c961016](https://github.com/silverstripe/silverstripe-cms/commit/c961016) 15e2efb55d broke the Page ListView. (Hamish Friedlander) * 2012-07-28 [9c4e474](https://github.com/silverstripe/sapphire/commit/9c4e474) 15e2efb55d broke the Page ListView. (Hamish Friedlander) ### Other * 2012-07-30 [0253b3c](https://github.com/silverstripe/sapphire/commit/0253b3c) Updated translations (Hamish Friedlander) * 2012-07-30 [267b9b8](https://github.com/silverstripe/silverstripe-cms/commit/267b9b8) Updated translations (Hamish Friedlander) * 2012-07-29 [13bf61d](https://github.com/silverstripe/sapphire/commit/13bf61d) Reformatted GridFieldDataColumns->castValue and added missing assignment. (jakr)