Skip to content

Commit

Permalink
Merge pull request #441 from enb-make/changelog-1.2.0
Browse files Browse the repository at this point in the history
Updated changelog for v1.2.0
  • Loading branch information
blond committed Mar 4, 2016
2 parents 8f53f93 + dad148c commit 05c9336
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
История изменений
=================

1.2.0
-----

### Улучшения

* Добавлена технология `write-file` ([#426]).

### Исправления ошибок

* Исправлен метод `Node.resolvePath()`: некорректно обрабатывались абсолютные пути ([#433]).
* Исправлены тесты для запуска в NodeJS 4 ([#438]).

### Остальное

* Для кэш-файла используется формат `JSON` вместо `CommonJS` ([#434]).

Было:
```
.enb/tmp/cache.js
```

Стало:
```
.enb/tmp/cache.json
```

1.1.2
-----

Expand Down Expand Up @@ -463,6 +489,10 @@
* Фиксы в превышении лимита открытых файлов.
* Более понятная ошибка при синтаксической ошибке в депсах.

[#438]: https://github.com/enb-make/enb/pull/438
[#434]: https://github.com/enb-make/enb/pull/434
[#433]: https://github.com/enb-make/enb/pull/433
[#426]: https://github.com/enb-make/enb/pull/426
[#422]: https://github.com/enb-make/enb/pull/422
[#421]: https://github.com/enb-make/enb/pull/421
[#411]: https://github.com/enb-make/enb/issues/411
Expand Down

0 comments on commit 05c9336

Please sign in to comment.