# Changelog Here are listed all the meaningfull changes done on **`nmk`** since version 1.0 ```{note} Only interface and important behavior changes are listed here. The fully detailed changelog is also available on [Github](https://github.com/dynod/nmk/releases) ``` ## Release 1.5 ### 1.5.0 - Change documentation theme ## Release 1.4 ### 1.4.0 - API changes to prepare **buildenv** version 2 "environment backend" support: - compatibility layer in **`nmk.envbackend`** for both **buildenv** versions 1 and 2 support - deprecation of **`nmk.model.model.NmkModel.pip_args`** and **`nmk.utils.run_pip`** ## Release 1.3 ### 1.3.1 - Now supports simple config override for int and bool values (see {ref}`Extra configuration`) ### 1.3.0 - Changed default value for **`--log-file`** option (see {ref}`Logs file`) ## Release 1.2 ### 1.2.0 - New **`--log-prefix`** option (see {ref}`Logs prefix`) ## Release 1.1 ### 1.1.2 - Fix types resolution for config item pure references (see {ref}`Resolved config item type`) ### 1.1.1 - Added capability to escape config item references (see {ref}`Escaped references`) ### 1.1.0 - New **`PACKAGESREFS`** {ref}`built-in` config item, listing all referenced python packages from project files.