From 24f22428428355e983f1cad2030369415b641d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 23 Apr 2022 10:00:04 +0200 Subject: [PATCH] doc: updated changelog. --- doc/python/pages/changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/python/pages/changelog.rst b/doc/python/pages/changelog.rst index 09bcea2..6d54829 100644 --- a/doc/python/pages/changelog.rst +++ b/doc/python/pages/changelog.rst @@ -61,7 +61,8 @@ Changelog - Renamed all helper ``Python.h`` headers to ``PythonBindings.h`` to avoid issues with shitty IDE indexers such as Eclipse, confusing these with Python's ```` -- Applied minor performance fixes suggested by Clang Tidy (see :gh:`mosra/magnum-bindings#10`) +- Minor performance fixes (see :gh:`mosra/magnum-bindings#10`, + :gh:`mosra/magnum-bindings#15`) Travis banned everyone from using their CI and so all Linux and macOS builds were migrated from Travis to Circle CI. See also :gh:`mosra/magnum#350` and :gh:`mosra/magnum#523`.