Commit Diff


commit - 8254053b6e9cb2e284eea2ffab401515fc649313
commit + 91af5ba5deda63dfb9987465ef2d2522fd2cacc8
blob - 01e8e738122b9121a3a0a85489aa641a78b0397a
blob + b7ccbfcc3ea3a621d0ab68afe5329f1e48a49325
--- docs/index.md
+++ docs/index.md
@@ -4,4 +4,5 @@
 * [Test management](test_management.md)
 * [API](api.md)
 * [Grammar-based fuzzing](grammar_based_fuzzing.md)
+* [Trophies](trophies.md)
 * [Contributing](../CONTRIBUTING.md)
blob - /dev/null
blob + f0062171e165cd7bd7aed0c7c706179af6fd40fa (mode 644)
--- /dev/null
+++ docs/trophies.md
@@ -0,0 +1,6 @@
+## Trophies
+
+- [Confirmed] "Segmentation fault on msgpack decoding" https://github.com/tarantool/tarantool/issues/7818
+- [Confirmed] "Wrong datetime calculation (A - B + B != A)" https://github.com/tarantool/tarantool/issues/7145
+- [Fixed] "There is a difference of 1 sec with subtraction of the same datetimes" https://github.com/tarantool/tarantool/issues/6882
+- [Confirmed] "Tarantool encode decimal number with unsupported precision" https://github.com/tarantool/tarantool/issues/7112