Code integrity popup from 10.0.2 -> 10.03

I update owncloud 10.0.2 to 10.0.3 and I got a message like "There were problems with code integrity check."

The list of invalid files was appear like this:

 Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.

Results
=======
- core
	- FILE_MISSING
		- CHANGELOG.md

Raw output
==========
Array
(
    [core] => Array
        (
            [FILE_MISSING] => Array
                (
                    [CHANGELOG.md] => Array
                        (
                            [expected] => 1b1ce4226543ae79917a49ad7fbb1557f6368e3598b27232b4df3b1adf0ef29d2e2e47dbc2455757254c5bf38e3d728d5d010ecfd83762210d707f10ebe0b152
                            [current] => 
                        )

                )

        )

)

Reading the documentation this error not have specified.
I tried to solve this looking the files (index.php and version.php) of each version of owncloud as suggested in documentation and there is not something wrong with this files.

I have the same Problem here.

The same problem here... any news?

Yes, I downloaded owncloud-10.0.3.zip again.
Inside the archive is a file "owncloud/CHANGELOG.md", which I copied to the "owncloud/core" folder on my server.
Then rescan and :slight_smile:

Hi all,

The rescan was my mistake, i forgot it...
sudo -u www-data php occ integrity:check-core

Thx !!

Have a nice week-end !!