瀏覽代碼

Update CHANGELOG

pull/2515/head
Ray 2 年之前
committed by GitHub
父節點
當前提交
484a61c1d4
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 6 行新增7 行删除
  1. +6
    -7
      CHANGELOG

+ 6
- 7
CHANGELOG 查看文件

@ -13,6 +13,12 @@ KEY CHANGES:
- raylib_parser...
Detailed changes:
[multi] REVIEWED: Multiple trace log messages
[multi] REVIEWED: Avoid some float to double promotions
[multi] REVIEWED: Some functions input parametes that should be const
[multi] REVIEWED: Variables initialization, all variables are initialized on declaration
[multi] REVIEWED: Static array buffers are always re-initialized with memset()
[multi] `WARNING`: RENAMED: Some function input parameters from "length" to "size"
[core] ADDED: GetApplicatonDirectory() (#2256, #2285, #2290) by @JeffM2501
[core] ADDED: raylibVersion symbol, it could be required by some bindings (#2190)
[core] ADDED: SetWindowOpacity() (#2254) by @tusharsingh09
@ -166,13 +172,6 @@ Detailed changes:
[misc] `WARNING`: REMOVED: raygui from raylib/src/extras, use github.com/raysan5/raygui
[misc] REVIEWED: Update external libraries to latest version released
[multi] `WARNING`: RENAMED: Some function input parameters from "length" to "size"
[multi] REVIEWED: Multiple trace log messages
[multi] REVIEWED: Some functions input parametes that should be const
[multi] REVIEWED: Avoid some float to double promotions
[multi] REVIEWED: Variables initialization, all variables are initialized on declaration
[multi] REVIEWED: Static array buffers are always re-initialized with memset()
-------------------------------------------------------------------------
Release: raylib 4.0 - 8th Anniversary Edition (05 November 2021)
-------------------------------------------------------------------------

Loading…
取消
儲存