rlenferink commented on code in PR #634:
URL: https://github.com/apache/celix/pull/634#discussion_r1320763848


##########
CHANGES.md:
##########
@@ -19,6 +19,42 @@ See the License for the specific language governing 
permissions and
 limitations under the License.
 -->
 
+# Noteworthy Changes for 2.4.0 (TBD)
+
+## New Features
+
+- V2 Shared memory for remote service admin.
+- Zeroconf discovery of remote services.
+- Symbol visibility support: Bundle symbols are now hidden by default, except 
for the bundle activator.
+- Error injection library (for testing).
+- Coding convention documentation.
+- Celix error library for printing errors when no framework is available.
+- Scope-based Resource Management (RAII-light for C).
+- Rust Proof of Concept (PoC) for Apache Celix.
+- Support for uncompressed bundle deployment, which enables multiple 
frameworks to share the bundle resources by
+  using unzipped bundle dirs instead of a zip files as BUNDLES arguments in 
`add_celix_container`.
+
+
+## Improvements
+
+- 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`.

Review Comment:
   > Deprecated `snprintf` usage; transitioned to `snprintf`
   
   Copy/paste mistake of `snprintf` here (deprecated X, transitioned to X) ? 
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to