refactor: Remove the NullablePtr class (#5091)

This commit is contained in:
pajlada
2024-01-15 22:30:34 +01:00
committed by GitHub
parent 47a14c9041
commit 7f935665f9
4 changed files with 4 additions and 78 deletions
+1 -1
View File
@@ -109,7 +109,7 @@
- Dev: Fixed deadlock and use-after-free in tests. (#4981)
- Dev: Moved all `.clang-format` files to the root directory. (#5037)
- Dev: Load less message history upon reconnects. (#5001, #5018)
- Dev: Load less message history upon reconnects. (#5001)
- Dev: Removed the `NullablePtr` class. (#5091)
- Dev: BREAKING: Replace custom `import()` with normal Lua `require()`. (#5014)
- Dev: Fixed most compiler warnings. (#5028)
- Dev: Added the ability to show `ChannelView`s without a `Split`. (#4747)