(root)/lib/upgrade.txt – Rev 1 → 11
Rev 1 |
Mostrar el archivo completo |
|
|
Autoría |
Ultima modificación |
Ver Log
|
Rev 1 |
Rev 11 |
Línea 1... |
Línea 1... |
1 |
This files describes API changes in core libraries and APIs,
|
1 |
This files describes API changes in core libraries and APIs,
|
2 |
information provided here is intended especially for developers.
|
2 |
information provided here is intended especially for developers.
|
Línea -... |
Línea 3... |
- |
|
3 |
|
- |
|
4 |
=== 4.4.2 ===
|
- |
|
5 |
|
- |
|
6 |
* The `\core\dataformat::get_format_instance` method is now public, and can be used to retrieve a writer instance for
|
- |
|
7 |
a given dataformat
|
- |
|
8 |
* Added the ability for unit tests to autoload classes in the `\[component]\tests\` namespace from the `[path/to/component]/tests/classes` directory.
|
- |
|
9 |
* Added the `advanced_testcase::load_fixture()` helper to load fixtures from a components `tests/fixtures/` folder.
|
3 |
|
10 |
|
Línea 4... |
Línea 11... |
4 |
=== 4.4.1 ===
|
11 |
=== 4.4.1 ===
|
Línea 5... |
Línea 12... |
5 |
|
12 |
|