From cb38698955731bdff3c420d030b551ef633e4d9f Mon Sep 17 00:00:00 2001 From: Guilherme Date: Sun, 13 Jan 2019 16:55:53 +0100 Subject: [PATCH] Fixed#1696 - Swapped ABAP and Erland commits At changlog entry 1.8.4 the commits for ABAP and Erlang were swapped. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c64052d3..bc9f15b069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -313,7 +313,7 @@ ### Updated components * __ABAP__: - * Regexp optimisation [[`7547f83`](https://github.com/PrismJS/prism/commit/7547f83)] + * Regexp optimisation [[`e7b411e`](https://github.com/PrismJS/prism/commit/e7b411e)] * __ActionScript__: * Fix XML regex + optimise [[`75d00d7`](https://github.com/PrismJS/prism/commit/75d00d7)] * __Ada__: @@ -363,7 +363,7 @@ * __Elixir__: * Regexp optimisation + uniform behavior between ~r and ~s [[`5d12e80`](https://github.com/PrismJS/prism/commit/5d12e80)] * __Erlang__: - * Regexp optimisation [[`e7b411e`](https://github.com/PrismJS/prism/commit/e7b411e)] + * Regexp optimisation [[`7547f83`](https://github.com/PrismJS/prism/commit/7547f83)] * __F#__: * Regexp optimisation + don't use captures if not needed [[`7753fc4`](https://github.com/PrismJS/prism/commit/7753fc4)] * __Gherkin__: