joao-r-reis commented on code in PR #1902: URL: https://github.com/apache/cassandra-gocql-driver/pull/1902#discussion_r2208731440
########## CHANGELOG.md: ########## @@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.0.0] - Unreleased +## [2.0.0] Review Comment: Yeah my goal was to keep all the rc changes nested under 2.0.0, similar to what the main project does in [CHANGES.txt](https://github.com/apache/cassandra/blob/8289bb4cdee20c59add34858b817640e7f88518e/CHANGES.txt#L323-L331). I'm concerned that if we completely separate 2.0.0-rc1 and 2.0.0, users that are only interested in GA versions will miss the actual 2.0 changelog which is mostly in the rc1 notes. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

