diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7f6de7c82..924af9fcf 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -12,6 +12,7 @@ ones are marked like "v1.0.0-fork". * New tools for documentation: * New JavaScript documentation with [JSDoc](https://jsdoc.app/)! You will find it under `docs/js/`. * Better PHP documentation using [phpDocumentor](https://phpdoc.org/). The new documentation is at `docs/php/`. +* New constant `LWT_LANG_DEFS`, that replaces `$langDefs` (in `inc/langdefs.php`). Part of [#163](https://github.com/HugoFara/lwt/issues/163). ## Changed @@ -20,6 +21,7 @@ ones are marked like "v1.0.0-fork". ### Deprecated * PHP documentation using Doxygen (under `/docs/html`) is now deprecated and will be removed in 3.0.0. +* Using `$langDefs` is deprecated in favor of `LWT_LANG_DEFS` ([#163](https://github.com/HugoFara/lwt/issues/163)). ## 2.9.0-fork (December 24 2023) diff --git a/docs/info.html b/docs/info.html index a53bb6660..b9d515174 100644 --- a/docs/info.html +++ b/docs/info.html @@ -2175,6 +2175,7 @@

Added

  • Better PHP documentation using phpDocumentor. The new documentation is at docs/php/.
  • +
  • New constant LWT_LANG_DEFS, that replaces $langDefs (in inc/langdefs.php). Part of #163.
  • Changed