summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJasper Maes <jaspermaes.jm@gmail.com>2018-12-17 19:19:25 +0100
committerJasper Maes <jaspermaes.jm@gmail.com>2018-12-17 19:24:57 +0100
commit7e5c36fbad7fdb42c0bd1dc5a0c7f051784852ad (patch)
treef8f0c42bfbf821b23a28d7656a3a5280f499c627 /changelogs
parent4a10c813e726d09216c534bb0ad0ae50a0400259 (diff)
downloadgitlab-ce-7e5c36fbad7fdb42c0bd1dc5a0c7f051784852ad.tar.gz
Fix deprecation: alias_method_chain is deprecated. Please, use Module#prepend instead
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/deprecated-alias-method-chain.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/deprecated-alias-method-chain.yml b/changelogs/unreleased/deprecated-alias-method-chain.yml
new file mode 100644
index 00000000000..76dd016e4cc
--- /dev/null
+++ b/changelogs/unreleased/deprecated-alias-method-chain.yml
@@ -0,0 +1,6 @@
+---
+title: 'Fix deprecation: alias_method_chain is deprecated. Please, use Module#prepend
+ instead'
+merge_request: 23887
+author: Jasper Maes
+type: other