我在哪里可以找到 cakephp 框架文件中的更改日志文件?

where I can find change log file in cakephp framework files?

我想查看 cakephp 框架的所有 Bug 修复。对于其他 php 框架,错误修复位于框架的更改日志文件中,但在 cakephp 中我找不到任何更改日志文件。我在哪里可以找到这个文件?

CakePHP 文件夹结构

  • bin
  • 配置
  • 日志
  • 插件
  • 源码
  • 测试
  • tmp
  • 供应商
  • webroot
  • .htaccess
  • composer.json
  • index.php
  • README.md

日志文件夹通常包含您的日志文件,具体取决于您的 Logging Configuration

Make sure that the tmp and logs folders exist and are writable, otherwise the performance of your application will be severely impacted. In debug mode, CakePHP will warn you, if it is not the case.

Cakephp 存储库中没有更新日志文件。

您可以浏览 github 版本以获取简短的文本更新日志: https://github.com/cakephp/cakephp/releases

或者您可以阅读 cakephp 新闻中的更改: http://cakephp.org/pages/news

或者,如果您想查看详细的更改,您可以按标签浏览源代码:https://github.com/cakephp/cakephp/tree/2.6.6