-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#632: Update changes.md for coming Apache Celix 2.4.0 #634
Conversation
Codecov Report
@@ Coverage Diff @@
## master #634 +/- ##
==========================================
- Coverage 81.61% 81.59% -0.02%
==========================================
Files 260 260
Lines 34680 34680
==========================================
- Hits 28303 28297 -6
- Misses 6377 6383 +6 see 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Now we support uncompressed bundle deployment so that multiple framework instances can share the same copy of bundle resources without decompressing bundle into their respective caches.
Ugh. I committed CMake update to the wrong branch. |
Yeah I see, no worries if this and the Rust PoC is merged all is good. |
Yeah true. I also tried this out and this works. You can set the |
CHANGES.md
Outdated
- Support for Conan 2. | ||
- Support for uclibc (not tested in CI yet). | ||
- Support for C++14 in addition to C++17. | ||
- Deprecated `snprintf` usage; transitioned to `snprintf` or `aprintf`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deprecated
snprintf
usage; transitioned tosnprintf
Copy/paste mistake of snprintf
here (deprecated X, transitioned to X) ?
This PR updates the changes.md for the coming release.
I based the changes on the pull requests between 2.3.0 and now.
Please let me know if I missed anything.