This is great news, good to hear.
It seems there is a specific issue with the last kernel version in that case. Often times this will resolve itself when the next kernel (or one soon thereafter) arrives. If the previous kernel works well for you, you can keep using it for the time being.
If you prefer to boot with your currently working kernel by default for a while, there are settings you can use to enforce that. There are a few threads on the forums that describe the steps to achieve this, one of them is the one below:
If you do want to dig in further to find the cause of the black screen with the latest kernel, you can open a terminal and issue the command:
$ journalctl --since=today -p 3
It will show all the errors in the system log that were registered today. There might be clues visible that will give more information about the cause of the problem.