From 66d2104a9c050f25575be757185f848ca5c9184f Mon Sep 17 00:00:00 2001 From: Guilherme Dellagustin Date: Sun, 13 Jan 2019 22:47:58 +0100 Subject: [PATCH] Fixed CHANGELOG.md (#1704) Fixes that swapped commit URLs of ABAP and Erlang for release 1.8.4 (2017-11-05). --- 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__: