Просмотр исходного кода

Cleanup

Cleanup of 74ed35792ffe6391893ec5421e1f581a85af428f.

Add credit and change log entry.
Camilla Berglund 9 лет назад
Родитель
Сommit
51e59f4873
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -105,6 +105,9 @@ information on what to include when reporting a bug.
                    `linmath.h` (#785)
  - [Win32] Bugfix: The first shown window ignored the `GLFW_MAXIMIZED` hint
                    when the process was provided a `STARTUPINFO` (#780)
+ - [Cocoa] Bugfix: Event processing would segfault on some machines due to
+                   a previous distributed notification listener not being fully
+                   removed (#817,#826)
  - [X11] Bugfix: Window size limits were ignored if the minimum or maximum size
                  was set to `GLFW_DONT_CARE` (#805)
  - [WGL] Added reporting of errors from `WGL_ARB_create_context` extension
@@ -227,6 +230,7 @@ skills.
  - Dmitri Shuralyov
  - Daniel Skorupski
  - Bradley Smith
+ - Patrick Snape
  - Julian Squires
  - Johannes Stein
  - Justin Stoecker