double v0.5.1 Release Notes

Release Date: 2017-06-21 // almost 7 years ago
  • 🚀 Prevents module conflict warnings from leaking. It has been observed that occasionally a module conflict warning would leak into test output. This is likely due to concurrent evaluations and the global nature of the setting to ignore those warnings. This release puts that evaluation in a single GenServer to ensure that only one evaluation takes place at a time.