Fedora 24 Featuring GNOME 3.20, Tons Of Improvements Released (betanews.com)
After several delays, the Fedora Project on Tuesday released Fedora 24 (download link), the latest version of its Linux-based operating system. Fedora 24 brings with it a number of interesting features and changes, including the GNOME 3.20 desktop environment. The latest version of GNOME comes with media-player controls in the notification panel, and improved search feature in the Files application. New GNOME will also let you easily upgrade to Fedora 25, by simply using its Software application. There's also improved font-rendering. Among other things Fedora 24 has an upgraded version of glibc, or GNU C Library, which comes with improved performance and bug fixes across the entire operating system. You can learn more about the features at TechRepublic..
They're actually referring to doing easy updates via a GUI since IIRC Fedora hasn't had a distro-upgrade gui. Thusly requiring the terminal for distro upgrades....which is easy enough.
In the terminal you use dnf system-upgrade though you can still use the old "fedup" command (which redirects to dnf system-upgrade)
Upgrading F23 to F24 in the terminal is as easy as:
[code]
sudo dnf system-upgrade download --releasever=24
sudo dnf system-upgrade reboot[/code]
Of course, if one waits a couple of days the F23 version of gnome-software will be updated to support graphical distro update.