diff --git a/.CHANGELOG.md b/.CHANGELOG.md index 5b28f31..2ffc5fd 100644 --- a/.CHANGELOG.md +++ b/.CHANGELOG.md @@ -1,4 +1,14 @@ # 开发中 + +# v0.0.8 +- [atomicx: 泛型封装 atomic.Value](https://github.com/gotomicro/ekit/pull/101) +- [queue: API 定义](https://github.com/gotomicro/ekit/pull/109) +- [queue: 基于堆和切片的优先级队列](https://github.com/gotomicro/ekit/pull/110) +- [queue: 延时队列](https://github.com/gotomicro/ekit/pull/115) +- [ekit: AnyValue 设计](https://github.com/gotomicro/ekit/pull/121) +- [queue: 基于切片的并发阻塞队列和基于 CAS 的并发队列设计](https://github.com/gotomicro/ekit/pull/119) +- [queue: 基于链表实现的有界/无界阻塞队列](https://github.com/gotomicro/ekit/pull/122) + - [queue: ConcurrentLinkBlockingQueue重命名为ConcurrentLinkedBlockingQueue](https://github.com/gotomicro/ekit/pull/123) - [syncx: sync.Cond的超时等待版,Cond.WaitWithContext(ctx)](https://github.com/ecodeclub/ekit/pull/192) - [copier: ReflectCopier copier支持类型转换](https://github.com/ecodeclub/ekit/issues/197) - [mapx: TreeMap 添加 Keys 和 Values 方法](https://github.com/ecodeclub/ekit/pull/181)