Skip to content

Commit

Permalink
Fix CHANGELOG formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdgr8 committed Jan 13, 2024
1 parent e993c3b commit b8f20bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
## 3.0.15-1.0.1
> 15 Dec 2023
* Make Replicator AutoCloseable ([#2](https://github.com/jeffdgr8/kotbase/pull/2))
* Make `Replicator` `AutoCloseable` ([#2](https://github.com/jeffdgr8/kotbase/pull/2))
* Avoid memory leaks with `memScoped` `toFLString()` ([#3](https://github.com/jeffdgr8/kotbase/pull/3))
* Update Couchbase Lite to 3.0.15 ([#4](https://github.com/jeffdgr8/kotbase/pull/4)):
* [Android SDK v3.0.15](https://docs.couchbase.com/couchbase-lite/3.0/android/releasenotes.html#maint-3-0-15)
* [Java SDK v3.0.15](https://docs.couchbase.com/couchbase-lite/3.0/java/releasenotes.html#maint-3-0-15)
* [Objective-C SDK v3.0.15](https://docs.couchbase.com/couchbase-lite/3.0/objc/releasenotes.html#maint-3-0-15)
* [C SDK v3.0.15](https://docs.couchbase.com/couchbase-lite/3.0/c/releasenotes.html#maint-3-0-15)
* [Android SDK v3.0.15](https://docs.couchbase.com/couchbase-lite/3.0/android/releasenotes.html#maint-3-0-15)
* [Java SDK v3.0.15](https://docs.couchbase.com/couchbase-lite/3.0/java/releasenotes.html#maint-3-0-15)
* [Objective-C SDK v3.0.15](https://docs.couchbase.com/couchbase-lite/3.0/objc/releasenotes.html#maint-3-0-15)
* [C SDK v3.0.15](https://docs.couchbase.com/couchbase-lite/3.0/c/releasenotes.html#maint-3-0-15)
* Update to Kotlin 1.9.21 ([#5](https://github.com/jeffdgr8/kotbase/pull/5))
* K2 compiler compatibility ([#7](https://github.com/jeffdgr8/kotbase/pull/7))
* Update kotlinx-serialization, kotlinx-datetime, and kotlinx-atomicfu ([#8](
Expand Down

0 comments on commit b8f20bd

Please sign in to comment.