소스 검색

Updated changelog.

Camilla Berglund 10 년 전
부모
커밋
bbfdedff01
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -62,6 +62,7 @@ GLFW bundles a number of dependencies in the `deps/` directory.
 
 ## Changelog
 
+ - Removed support for LCC and Borland C++
  - Bugfix: `glfwSetTime` silently accepted invalid values
  - [Cocoa] Bugfix: `glfwSetWindowSize` did not change the video mode for full
                    screen windows
@@ -70,7 +71,7 @@ GLFW bundles a number of dependencies in the `deps/` directory.
  - [X11] Made Xxf86vm optional at compile-time
  - [X11] Bugfix: Mouse button `GLFW_MOUSE_BUTTON_4` was never used
  - [X11] Bugfix: `glfwTerminate` could close an unrelated file descriptor
- - [X11] Bugfix: Some WMs did not respect cursor redefinition
+ - [X11] Bugfix: Some WMs (KWM, Fluxbox) did not respect cursor redefinition
 
 
 ## Contact