We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd8960 commit e3568b7Copy full SHA for e3568b7
CHANGELOG.md
@@ -7,14 +7,20 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
10
+## [7.0.1] - 2022-09-01
11
+### Changed
12
+
13
+- `process_data` now returns a bound variable, because my IDE was getting annoyed with me. That's it. That's the
14
+ whole reason
15
16
## [7.0.0] - 2022-06-25
17
18
### Changed
19
20
- "target profession" and "current profession" have been reverted to "profession" on the Mentee and Mentor object
21
respectively. You are welcome to override these in your subclasses, but it's too confusing to have different
22
values on the base model
-- all supporting code, including tests, has been updated to recognise this
23
+- the participant.csv file has been changed
24
25
### Added
26
0 commit comments