diff --git a/docs/devupdate.md b/docs/devupdate.md
index 468ea68cdc..4b0453c089 100644
--- a/docs/devupdate.md
+++ b/docs/devupdate.md
@@ -440,6 +440,17 @@ See the [detailed documentation](./apis/core/clock/index.md) on how to use this
## Enrolment
+### Meta enrolment support in CSV course upload
+
+
+
+It is now possible to use meta enrolment when uploading courses using CSV file. Here is an example of CSV file that can be used to upload a course with meta enrolment:
+
+```php title="Example of CSV for meta enrolment"
+shortname,fullname,category_idnumber,enrolment_1,enrolment_1_metacoursename
+course1,Course 1,CAT1,meta,course2
+```
+
### Support for multiple instances in csv course upload