We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93aa996 commit 0c3a8f9Copy full SHA for 0c3a8f9
CHANGELOG.md
@@ -1,6 +1,23 @@
1
Changelog
2
=========
3
4
+v0.10.2 - 2024-
5
+--------------------
6
+
7
+### Features and improvements ###
8
9
+- Adds a new `@viaStatus` REST parameter annotation for customizing the HTTP status - [pull #2806][issue2806]
10
+- Adds a `MongoCollection.find` overload taking only a `FindOptions` parameter - [pull #2804][issue2804]
11
12
+### Bug fixes ###
13
14
+- Fixes parsing plural-only translations in PO files and improves error messages - [pull #2805][issue2805]
15
16
+[issue2804]: https://github.com/vibe-d/vibe.d/issues/2804
17
+[issue2805]: https://github.com/vibe-d/vibe.d/issues/2805
18
+[issue2806]: https://github.com/vibe-d/vibe.d/issues/2806
19
20
21
v0.10.1 - 2024-09-07
22
--------------------
23
0 commit comments