1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 05:11:42 +01:00

Improve changelog formatting

This commit is contained in:
Niklas Keller 2016-05-12 16:49:46 +02:00
parent 4f2161da5f
commit 77bfdd55a7

View File

@ -1,47 +1,47 @@
### 1.2.2
- Fix notice in NativeReactor when removing a handle while
- Fix notice in `NativeReactor` when removing a handle while
an event is waiting for it. (Regression fix from 1.1.1)
### 1.2.1
- Fix uv_run() potentially exiting earlier than intended,
leading to an infinite loop in UvReactor::run().
- Fix `uv_run()` potentially exiting earlier than intended,
leading to an infinite loop in `UvReactor::run()`.
1.2.0
-----
- resolve() now also accepts callables returning Generators.
- `resolve()` now also accepts callables returning generators.
### 1.1.1
- Fix memory leak in NativeReactor, retaining an empty array
- Fix memory leak in `NativeReactor`, retaining an empty array
for each stream.
- Remove circular references in UvReactor to avoid garbage
- Remove circular references in `UvReactor` to avoid garbage
collector calls.
1.1.0
-----
- Add getExceptions() method to CombinatorException to get an
array of all the exceptions (affecting some() and first()).
- Fix NativeReactor not ending up in stopped state if primary
- Add `getExceptions()` method to `CombinatorException` to get an
array of all the exceptions (affecting `some()` and `first()`).
- Fix `NativeReactor` not ending up in stopped state if primary
callback didn't install any events.
### 1.0.8
- Fix NativeReactor running a busy loop if no timers are active.
Properly block now in NativeReactor inside stream_select().
- Fix `NativeReactor` running a busy loop if no timers are active.
Properly block now in NativeReactor inside `stream_select()`.
### 1.0.7
- Several combinator functions could result in a Promise already
- Several combinator functions could result in a promise already
resolved exception in case some values of the array weren't
Promises.
promises.
### 1.0.6
- Fix issue in NativeReactor causing `stop()` to be delayed by
- Fix issue in `NativeReactor` causing `stop()` to be delayed by
one second.
### 1.0.5
@ -51,28 +51,28 @@
### 1.0.4
- Repeat watchers in LibeventReactor internally were handled in
- Repeat watchers in `LibeventReactor` internally were handled in
microsecond intervals instead of milliseconds.
### 1.0.3
- Fix issue in NativeReactor capable of causing keep alive
- Fix issue in `NativeReactor` capable of causing keep alive
counter corruption when a watcher was cancelled inside its
own callback.
- Fix issue in UvReactor with libuv >= 1.1.0 causing busy loop
- Fix issue in `UvReactor` with `libuv` >= 1.1.0 causing busy loop
with immediates present, but no watchers being triggered.
### 1.0.2
- Fix PHP7 issue in which top-level Throwables weren't caught
- Fix PHP 7 issue in which top-level `Throwable`s weren't caught
in certain coroutine contexts.
- Remove error suppression operator on optionally null option
assignment to avoid spurious E_NOTICE output when custom
- Remove error suppression operator on optionally `null` option
assignment to avoid spurious `E_NOTICE` output when custom
error handlers are used.
### 1.0.1
- Fix bug preventing UvReactor::tick() from returning when no
- Fix bug preventing `UvReactor::tick()` from returning when no
events are ready for a single active IO watcher.
1.0.0