diff --git a/README.md b/README.md
index 9fee0fd42ae87a35d48476f370d2904afdcac798..5fd09c94da649d609da5c641da16c2d9da36cee6 100644
--- a/README.md
+++ b/README.md
@@ -13,24 +13,22 @@ The API documentation is available at `<BASE URL>/swagger-ui.html`. A JSON versi
 ## TODO
 
 * Fix bugs;
-* Externalize configuration (DB parameters, security enabled/disabled, ...);
+* Add introduction page;
 * Add author's view if needed;
 * Implement delete methods if needed;
-* Implement logout;
-* Add introduction page;
-* Update front-end behavior when not logged in;
+* Externalize configuration (DB parameters, security enabled/disabled, ...);
+* Implement SoapUI tests;
 * Clean code (both back-end front-end);
 * Sync with original Swagger description;
-* Implement SoapUI tests;
 * Make user tests with multiple users.
 
 ## BUGS
 
+* Freeze when accessing not allowed URL (should redirect to login page);
+* Logout does not work;
 * In the profile view, we shouldn't see the '+' between firstname and lastname;
 * Export PDF;
 
-
-
 ### Maintenance
 
 * To keep an updated API documentation, the developers should keep synchronized both the auto-generated swagger file (from Java annotations) with the hand written one. You can follow this method to get a YAML description from the Java-annotated code: