diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e0ba7e95..b979e9c50 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,10 +18,12 @@
### CHANGED
- **[CORE]** Berechtigungsprüfung wurde angepasst damit deaktivierte Benutzer keine Berechtigungen mehr haben
- **[FAS]** Mitarbeiterexport exportiert jetzt nur noch die markierten Personen
+- **[CORE]** Has many as possible javascripts and css present in the repository were removed. Their lack is overcome by the packages in the composer. In the meanwhile also the versions were updated
### Updateinfo
- **[CORE]** Infoscreen wurde umbenannt (informationsbildschirm.php)
- **[CORE]** Moodle Schnittstelle wurde aus dem Core entfernt und in ein eigenes Addon verschoben. Moodle Versionen < 2.4 werden nicht mehr unterstützt
+- **[CORE]** Update campus.tbl_templates (contentmittitel and contentohnetitel) with system/templates/contentmittitel_xslt_xhtml.xslt andsystem/templates/contentohnetitel_xslt_xhtml.xslt
## [3.2]
diff --git a/application/views/organisation/studienjahrNew.php b/application/views/organisation/studienjahrNew.php
index 61c11b12e..31fe78630 100644
--- a/application/views/organisation/studienjahrNew.php
+++ b/application/views/organisation/studienjahrNew.php
@@ -1,5 +1,5 @@
load->view('templates/header', array('title' => 'StudienjahrNew', 'jqueryComposer' => true));
+$this->load->view('templates/header', array('title' => 'StudienjahrNew', 'jqueryCurrent' => true));
?>