Skip to content

Commit 0469181

Browse files
committed
chore: update changelog
1 parent e36194b commit 0469181

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<a name=""></a>
2+
## (2018-06-17)
3+
4+
5+
#### Features
6+
7+
* **OwningRef:** Add OwningRef trait ([9a85cc62](9a85cc62))
8+
* **alarm-base:** add LockedAlloc and impls for all mutex allocators ([dd158100](dd158100))
9+
* **base:** Add alarm-base crate ([ae323685](ae323685))
10+
* **base::Lend:** Start porting Lend API from sos-alloc (#24) ([60549854](60549854))
11+
* **base::frame::Allocator:** First pass on frame allocator trait (#22) ([3e507261](3e507261))
12+
* **intruder_alarm:** Bring back `OwningRef` impl for`&'a T` ([130023b6](130023b6))
13+
* **intruder_alarm::List:**
14+
* Add peek methods (#23) ([a5995f4e](a5995f4e), closes [#10](10))
15+
* Add trait impls for `List`s of `UnsafeRef`s ([a1531875](a1531875))
16+
* Add immutable cursor ([d25b3070](d25b3070))
17+
* Add Extend/FromIter & tests ([1dcb155e](1dcb155e))
18+
* Implement List::pop ([140e39b8](140e39b8))
19+
* Implement List::push ([79b0af1b](79b0af1b))
20+
* **intruder_alarm::UnsafeRef:**
21+
* impl `Clone` for `UnsafeRef` ([41a3b9d8](41a3b9d8))
22+
* add `PartialEq` impl for `UnsafeRef` ([8cc0c36e](8cc0c36e))
23+
* add `UnsafeRef::from_box` to aid testing ([bfd221b1](bfd221b1))
24+
* add UnsafeRef for unsafe intrusive collections ([903f5ce3](903f5ce3))
25+
* **intruder_alarm::cursor:**
26+
* add `IntoCursor` trait ([256d3714](256d3714))
27+
* add `Cursor` and`CursorMut` traits ([044e2b66](044e2b66))
28+
* Add `map_in_place` to `CursorMut` ([576988bd](576988bd))
29+
* Add CursorMut API ([d08ccd5a](d08ccd5a))
30+
* **intruder_alarm::list::CursorMut:** Implement `remove` ([e91f9a81](e91f9a81))
31+
* **intruder_alarm::stack:**
32+
* add intrusive singly-linked list (#35) ([2b0614ae](2b0614ae), closes [#8](8))
33+
* UnsafeRef impl (#44) ([d520b1b8](d520b1b8))
34+
35+
#### Bug Fixes
36+
37+
* replace uses of `ptr::Shared` with `ptr::NonNull` (#20) (#25) ([7508dfc9](7508dfc9))
38+
* **base:** Update alloc API to use ptr::NonNull ([22e46b8a](22e46b8a))
39+
* **intruder_alarm:**
40+
* fix build with `std` feature flag ([e8004df3](e8004df3), closes [#26](26))
41+
* fix incorrect cfg_attr syntax ([314969f1](314969f1))
42+
* **intruder_alarm::cursor:** fix iterator impl for cursor (#40) ([68f392bc](68f392bc))
43+
* **slabby:** require `ptr_internals` feature to build on nightly (#16) ([e73e774a](e73e774a), closes [#14](14))
44+
45+
46+
47+

0 commit comments

Comments
 (0)