Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmad Sherif <me@ahmadsherif.com>2016-09-16 20:55:00 +0300
committerAhmad Sherif <me@ahmadsherif.com>2016-09-16 21:07:03 +0300
commitf8cc5483af89550879fc3c800c2523ad8259130b (patch)
tree38b7146f5c12090202a0b562dbddf8538ad1ab21 /CHANGELOG
parent6f0358107dda89aea1de3c5ce83012d56797c32e (diff)
Use oj gem for faster JSON processing
It's mainly intended to improve Elasticsearch indexing performance (through multi_json gem), but other gems could benefit from it too, like grape.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 20948a8db5e..44ea3d6e01d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -168,6 +168,7 @@ v 8.11.5
- Scope webhooks/services that will run for confidential issues
- Remove gitorious from import_sources
- Fix confidential issues being exposed as public using gitlab.com export
+ - Use oj gem for faster JSON processing
v 8.11.4
- Fix resolving conflicts on forks. !6082