diff --git a/README.md b/README.md
index 19dd5ab14c5fdd50d6552447cbe951f4e42d0208..64425e5267b37169f4e1996df9dc5c175b5113a8 100644
--- a/README.md
+++ b/README.md
@@ -27,11 +27,15 @@
 
 ### Commit Messages, die den Regeln NICHT entsprechen
 
-| message:                                                                               | chatgpt | CoPilot |
-|----------------------------------------------------------------------------------------|---------|---------|
-| commit 6698ed8420e02a1ca829f098621e5f6b92cd10a6                                        |         |         |
-| IN PROGRESS - issue SPR-5599: Hook @Configuration class processing into                |         |         |
-| and                                                                                    |         |         |
-| through AnnotationConfigUtils#registerAnnotationConfigProcessors                       | 2/5     | 2/5     |
-| commit 826c733c9ed72a566e9fbe08edee5699b5ad5fa1                                        |         |         |
-| SPR-5616: updated spring-library to include asm and oxm bundles in .libd and ivy files | 2,5/5   | 2/5     |
+| message:                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | chatgpt | CoPilot |
+|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|---------|
+| commit 6698ed8420e02a1ca829f098621e5f6b92cd10a6                                                                                                                                                                                                                                                                                                                                                                                                                                                      |         |         |
+| IN PROGRESS - issue SPR-5599: Hook @Configuration class processing into                                                                                                                                                                                                                                                                                                                                                                                                                              |         |         |
+| and                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |         |         |
+| through AnnotationConfigUtils#registerAnnotationConfigProcessors                                                                                                                                                                                                                                                                                                                                                                                                                                     | 2/5     | 2/5     |
+| commit 826c733c9ed72a566e9fbe08edee5699b5ad5fa1                                                                                                                                                                                                                                                                                                                                                                                                                                                      |         |         |
+| SPR-5616: updated spring-library to include asm and oxm bundles in .libd and ivy files                                                                                                                                                                                                                                                                                                                                                                                                               | 2,5/5   | 2/5     |
+| commit 77b2c4e199f1c7c57aff91f3f59f0158c9a9dbc5                                                                                                                                                                                                                                                                                                                                                                                                                                                      |         |         |
+| SPR-5615 - Improved error message: s/is no interface/is not an interface                                                                                                                                                                                                                                                                                                                                                                                                                             | 3/5     | 3/5     |
+| commit e5f4b4937cc414cbc3d42aa5aedec700557927a5                                                                                                                                                                                                                                                                                                                                                                                                                                                      |         |         |
+| Re-adding ConfigurationPostProcessorTests after its brief removal in r814. @Ignore-ing the testCglibClassesAreLoadedJustInTimeForEnhancement() method as it turns out this was one of the culprits in the recent build breakage. The classloader hacking causes subtle downstream effects, breaking unrelated tests. The test method is still useful, but should only be run on a manual basis to ensure CGLIB is not prematurely classloaded, and should not be run as part of the automated build. | 3/5     | 3/5     |
\ No newline at end of file