WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d755909

Browse files
committed
Version 1.0.0
1 parent 59d61d8 commit d755909

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,27 @@ The format is based on [Keep a Changelog], and this project adheres to
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2024-06-28
11+
1012
### Added
1113

12-
- Leave module loaded state as it was [\#228](https://github.com/eproxus/meck/pull/228)
14+
- Official support for Erlang 27.0
15+
- Reload modules that were loaded before mocking ([\#228](https://github.com/eproxus/meck/pull/228))
1316

1417
### Fixed
1518

16-
- Fix misleading not_mocked errors when when unloading a mock [\#231](https://github.com/eproxus/meck/pull/231)
19+
- Fix misleading not_mocked errors when unloading a mock [\#231](https://github.com/eproxus/meck/pull/231)
1720
- Fix calling mocked modules from expectations fun [\#232](https://github.com/eproxus/meck/pull/232)
21+
- Fix spec of meck:raise/2
22+
- Increase meck_proc stop timeout to infinity to prevent confusing errors
23+
- Code coverage leak from temporary backup modules in Erlang.mk [\#246](https://github.com/eproxus/meck/pull/246)
1824

1925
### Removed
2026

21-
- Compatibility for Erlang versions below 22. Meck will follow the compatible
22-
Erlang versions of Rebar 3 for future releases. Older versions might still
23-
work but there is no guarantee and no support.
27+
- Compatibility for Erlang versions below 22. Meck will follow the officially
28+
supported Erlang versions for future releases (latest major and two previous
29+
versions). Older versions might still work but there is no guarantee and no
30+
support.
2431

2532
## [0.9.2] - 2021-03-06
2633

0 commit comments

Comments
 (0)