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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,15 @@
1
1
# Unreleased
2
2
3
+
## New features
4
+
## Under the hood
5
+
## Fixes
6
+
7
+
# edu_edfi_source v0.4.10
3
8
## New features
4
9
- Add base/stage model for `StudentCTEProgramAssociation`
5
10
- Add stage model `stg_ef3__stu_cte__program_services` to flatten program services list for `StudentCTEProgramAssociation`
6
-
7
-
## Under the hood
8
11
## Fixes
9
-
- Add handling of multiple academic subjects per course for DS 5.0 compatibility; new `stg_ef3__courses_academic_subjects` model and new `v_academic_subjects` columns in `base_ef3__courses` and `stg_ef3__courses` models.
12
+
- Add handling of multiple academic subjects per course for DS 5.0 compatibility; new `stg_ef3__courses__academic_subjects` model and new `v_academic_subjects` columns in `base_ef3__courses` and `stg_ef3__courses` models.
10
13
- Correctly cast minimum and maximum credits for courses to float instead of int.
0 commit comments