You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reload modules that were loaded before mocking (#228)
Fixed
Fix misleading not_mocked errors when unloading a mock (#231)
Fix calling mocked modules from expectations fun (#232)
Fix spec of meck:raise/2
Increase meck_proc stop timeout to infinity to prevent confusing errors
Code coverage leak from temporary backup modules in Erlang.mk (#246)
Removed
Compatibility for Erlang versions below 22. Meck will follow the officially supported Erlang versions for future releases (latest major and two previous versions). Older versions might still work but there is no guarantee and no support.