Synchronizing Relationship

Thread 1 stores a value with memory_order_release. Thread 2 loads the same atomic with memory_order_acquire and sees Thread 1's store. What does this establish?