From 9800d269c3dad32a712c51c9db1dd585ca0e2b8f Mon Sep 17 00:00:00 2001 From: Fabrizio Balliano Date: Fri, 13 Jan 2023 09:22:42 +0100 Subject: [PATCH] Added info about #572 to README (#2926) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f266bd74895..e64a9df2e87 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ Most important changes will be listed here, all other changes since `19.4.0` can - added config cache for system.xml ([#1916](https://github.com/OpenMage/magento-lts/pull/1916)) - search for "NULL" in backend grids ([#1203](https://github.com/OpenMage/magento-lts/pull/1203)) - removed `lib/flex` containing unused ActionScript "file uploader" files ([#2271](https://github.com/OpenMage/magento-lts/pull/2271)) +- Mage_Catalog_Model_Resource_Abstract::getAttributeRawValue() now returns `'0'` instead of `false` if the value stored in the database is `0` ([#572](https://github.com/OpenMage/magento-lts/pull/572)) - removed modules: - `Mage_Backup` ([#2811](https://github.com/OpenMage/magento-lts/pull/2811)) - `Mage_Compiler`