diff --git a/README.md b/README.md
index 3d78dc52f1b0f8c2d4c010f09c7e3b4b5a85198f..5bae29d9eb12639403e41e9712b888a6b7ba7b8a 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,16 @@
 
 ### Commit Messages, die den Regeln entsprechen
 
-| commit message                                                          | score chatgpt | score CoPilot |
-|-------------------------------------------------------------------------|---------------|---------------|
-| commit 5ba3db6a7d28494c4fbf3a908f5591bca0d90457                         |               |               |
-| Fix failing CompositePropertySourceTests                                |               |               |
-| Fix CompositePropertySourceTests which fails when run we debug logging. | 4/5           | 4/5           |
+| commit message                                                                                                                                                    | score chatgpt | score CoPilot |
+|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|---------------|
+| commit 5ba3db6a7d28494c4fbf3a908f5591bca0d90457                                                                                                                   |               |               |
+| Fix failing CompositePropertySourceTests                                                                                                                          |               |               |
+| Fix CompositePropertySourceTests which fails when run we debug logging.                                                                                           | 4/5           | 4/5           |
+| commit 84564a0c7b6c34cec4beede6ee75078a6073abb9                                                                                                                   |               |               |
+| Rework @PropertySource early parsing logic                                                                                                                        |               |               |
+| Rework the @PropertySource parsing logic recently changed in commit7c608886 to deal with the same source appearing on a @Configurationclass and an @Import class. |               |               |
+| Processing now occurs in a single sweep, with any previously addedsources being converted to a CompositePropertySource.                                           |               |               |
+| Issue: SPR-12115                                                                                                                                                  | 4,5/5         | 3/5           |
 
 
 ### Commit Messages, die den Regeln NICHT entsprechen