diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ab8599d99..be204a76645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 11.3.2 (2018-10-03) + +### Fixed (4 changes) + +- Fix NULL pipeline import problem and pipeline user mapping issue. !21875 +- Fix migration to avoid an exception during upgrade. !22055 +- Fixes admin runners table not wrapping content. +- Fix Error 500 when forking projects with Gravatar disabled. + +### Other (1 change) + +- Removes the 'required' attribute from the 'project name' field. !21770 + + ## 11.3.1 (2018-09-26) ### Security (6 changes) |